mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
to get together
This commit is contained in:
@ -44,7 +44,6 @@
|
||||
|
||||
namespace NSDoctRenderer
|
||||
{
|
||||
/*
|
||||
void ParseStringAsInts(const std::string& s, std::vector<int>& arr)
|
||||
{
|
||||
const char* data = s.c_str();
|
||||
@ -74,7 +73,6 @@ namespace NSDoctRenderer
|
||||
if (cur > curOld)
|
||||
arr.push_back(valCur);
|
||||
}
|
||||
*/
|
||||
|
||||
class CExecuteParams
|
||||
{
|
||||
@ -135,7 +133,6 @@ namespace NSDoctRenderer
|
||||
}
|
||||
|
||||
public:
|
||||
/*
|
||||
bool FromXml(const std::wstring& strXml)
|
||||
{
|
||||
XmlUtils::CXmlNode oNode;
|
||||
@ -198,11 +195,9 @@ namespace NSDoctRenderer
|
||||
|
||||
return true;
|
||||
}
|
||||
*/
|
||||
};
|
||||
}
|
||||
|
||||
/*
|
||||
namespace NSDoctRenderer
|
||||
{
|
||||
std::wstring string_replaceAll(std::wstring str, const std::wstring& from, const std::wstring& to)
|
||||
@ -216,11 +211,9 @@ namespace NSDoctRenderer
|
||||
return str;
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
namespace NSDoctRenderer
|
||||
{
|
||||
/*
|
||||
static void string_replace(std::wstring& text, const std::wstring& replaceFrom, const std::wstring& replaceTo)
|
||||
{
|
||||
size_t posn = 0;
|
||||
@ -238,7 +231,6 @@ namespace NSDoctRenderer
|
||||
string_replace(text, L">", L">");
|
||||
string_replace(text, L"\"", L""");
|
||||
}
|
||||
*/
|
||||
|
||||
class CDoctRenderer_Private
|
||||
{
|
||||
@ -623,7 +615,6 @@ namespace NSDoctRenderer
|
||||
return bIsBreak;
|
||||
}
|
||||
|
||||
/*
|
||||
bool ExecuteScript(const std::string& strScript, const std::wstring& sCachePath, std::wstring& strError, std::wstring& strReturnParams)
|
||||
{
|
||||
LOGGER_SPEED_START
|
||||
@ -961,10 +952,8 @@ namespace NSDoctRenderer
|
||||
RELEASEARRAYOBJECTS(pData);
|
||||
return sReturn;
|
||||
}
|
||||
*/
|
||||
};
|
||||
|
||||
/*
|
||||
CDoctrenderer::CDoctrenderer(const std::wstring& sAllFontsPath)
|
||||
{
|
||||
m_pInternal = new CDoctRenderer_Private(sAllFontsPath);
|
||||
@ -1116,7 +1105,6 @@ namespace NSDoctRenderer
|
||||
{
|
||||
return m_pInternal->m_arImagesInChanges;
|
||||
}
|
||||
*/
|
||||
}
|
||||
|
||||
bool Doct_renderer_SaveFile_ForBuilder(int nFormat, const std::wstring& strDstFile,
|
||||
|
||||
@ -54,7 +54,6 @@ namespace NSDoctRenderer
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
namespace NSDoctRenderer
|
||||
{
|
||||
class CDoctRenderer_Private;
|
||||
@ -73,6 +72,5 @@ namespace NSDoctRenderer
|
||||
CDoctRenderer_Private* m_pInternal;
|
||||
};
|
||||
}
|
||||
*/
|
||||
|
||||
#endif // DOCTRENDERER_H
|
||||
|
||||
Reference in New Issue
Block a user