Home
last modified time | relevance | path

Searched refs:rtl_String (Results 1 – 25 of 124) sorted by relevance

12345

/dports/editors/libreoffice/libreoffice-7.2.6.2/include/rtl/
H A Dstring.h880 } rtl_String; typedef
1016 rtl_String ** newStr, const rtl_String * from,
1037 SAL_DLLPUBLIC void SAL_CALL rtl_string_assign( rtl_String ** str, rtl_String * rightValue ) SAL_THR…
1078 SAL_DLLPUBLIC void SAL_CALL rtl_string_newConcat( rtl_String ** newStr, rtl_String * left, rtl_Stri…
1110rtl_String ** newStr, rtl_String * str, sal_Int32 idx, sal_Int32 count, rtl_String * subStr ) SAL_…
1137 rtl_String ** newStr, rtl_String * str, char oldChar, char newChar ) SAL_THROW_EXTERN_C();
1167 rtl_String ** newStr, rtl_String * str, char const * from,
1195 rtl_String ** newStr, rtl_String * str, char const * from,
1219 rtl_String ** newStr, rtl_String * str ) SAL_THROW_EXTERN_C();
1241 rtl_String ** newStr, rtl_String * str ) SAL_THROW_EXTERN_C();
[all …]
H A Dstrbuf.h48 rtl_String ** newStr,
68 rtl_String ** newStr,
70 rtl_String * oldStr );
91 rtl_String ** This,
114 rtl_String ** This,
133 rtl_String ** This,
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/rtl/
H A Dstring.h876 } rtl_String; typedef
1012 rtl_String ** newStr, const rtl_String * from,
1033 SAL_DLLPUBLIC void SAL_CALL rtl_string_assign( rtl_String ** str, rtl_String * rightValue ) SAL_THR…
1074 SAL_DLLPUBLIC void SAL_CALL rtl_string_newConcat( rtl_String ** newStr, rtl_String * left, rtl_Stri…
1106rtl_String ** newStr, rtl_String * str, sal_Int32 idx, sal_Int32 count, rtl_String * subStr ) SAL_…
1133rtl_String ** newStr, rtl_String * str, sal_Char oldChar, sal_Char newChar ) SAL_THROW_EXTERN_C();
1163 rtl_String ** newStr, rtl_String * str, char const * from,
1191 rtl_String ** newStr, rtl_String * str, char const * from,
1215 rtl_String ** newStr, rtl_String * str ) SAL_THROW_EXTERN_C();
1237 rtl_String ** newStr, rtl_String * str ) SAL_THROW_EXTERN_C();
[all …]
H A Dstrbuf.h44 rtl_String ** newStr,
64 rtl_String ** newStr,
66 rtl_String * oldStr );
87 rtl_String ** This,
110 rtl_String ** This,
129 rtl_String ** This,
H A Dstring.hxx101 rtl_String * pData;
146 OString( rtl_String * str ) in OString()
1299 rtl_String *pNew = NULL; in copy()
1314 rtl_String* pNew = NULL; in concat()
1341 rtl_String* pNew = NULL; in replaceAt()
1361 rtl_String* pNew = NULL; in replace()
1387 rtl_String * s = NULL; in replaceFirst()
1409 rtl_String * s = NULL; in replaceAll()
1428 rtl_String* pNew = NULL; in toAsciiLowerCase()
1445 rtl_String* pNew = NULL; in toAsciiUpperCase()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sal/rtl/
H A Dstring.cxx55 rtl_String rtl::str::EmptyStringImpl<rtl_String>::data =
69 rtl_String * pResult = nullptr; in rtl_str_valueOfFloat()
323 rtl_String ** newStr, rtl_String * str, char const * from, in rtl_string_newReplaceFirst()
361 rtl_String ** newStr, rtl_String * str, char const * from, in rtl_string_newReplaceAll()
610 void SAL_CALL rtl_string_newFromString(rtl_String** ppThis, const rtl_String* pStr) in rtl_string_newFromString()
627 void SAL_CALL rtl_string_newFromSubString(rtl_String** ppThis, const rtl_String* pFrom, in rtl_string_newFromSubString()
641 void SAL_CALL rtl_string_assign(rtl_String** ppThis, rtl_String* pStr) SAL_THROW_EXTERN_C() in rtl_string_assign()
656 void SAL_CALL rtl_string_newConcat(rtl_String** ppThis, rtl_String* pLeft, rtl_String* pRight) in rtl_string_newConcat()
680 void SAL_CALL rtl_string_newToAsciiLowerCase(rtl_String** ppThis, rtl_String* pStr) in rtl_string_newToAsciiLowerCase()
686 void SAL_CALL rtl_string_newToAsciiUpperCase(rtl_String** ppThis, rtl_String* pStr) in rtl_string_newToAsciiUpperCase()
[all …]
H A Dstrbuf.cxx29 void SAL_CALL rtl_stringbuffer_newFromStr_WithLength( rtl_String ** newStr, in rtl_stringbuffer_newFromStr_WithLength()
53 sal_Int32 SAL_CALL rtl_stringbuffer_newFromStringBuffer( rtl_String ** newStr, in rtl_stringbuffer_newFromStringBuffer()
55 rtl_String * oldStr ) in rtl_stringbuffer_newFromStringBuffer()
77 (rtl_String ** This, sal_Int32* capacity, sal_Int32 minimumCapacity) in rtl_stringbuffer_ensureCapacity()
85 rtl_String * pTmp = *This; in rtl_stringbuffer_ensureCapacity()
86 rtl_String * pNew = nullptr; in rtl_stringbuffer_ensureCapacity()
106 void SAL_CALL rtl_stringbuffer_insert( rtl_String ** This, in rtl_stringbuffer_insert()
152 void SAL_CALL rtl_stringbuffer_remove( rtl_String ** This, in rtl_stringbuffer_remove()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sal/rtl/
H A Dstring.cxx41 static rtl_String const aImplEmpty_rtl_String =
62 #define IMPL_RTL_STRINGDATA rtl_String
88 rtl_String * pResult = nullptr; in rtl_str_valueOfFloat()
105 rtl_String * pResult = nullptr; in rtl_str_valueOfDouble()
188 static bool rtl_impl_convertUStringToString(rtl_String ** pTarget, in rtl_impl_convertUStringToString()
204 rtl_String* pTemp; in rtl_impl_convertUStringToString()
294 rtl_String* pTemp2 = rtl_string_ImplAlloc( nDestBytes ); in rtl_impl_convertUStringToString()
319 void SAL_CALL rtl_uString2String( rtl_String** ppThis, in rtl_uString2String()
330 sal_Bool SAL_CALL rtl_convertUStringToString(rtl_String ** pTarget, in rtl_convertUStringToString()
342 rtl_String ** newStr, rtl_String * str, char const * from, in rtl_string_newReplaceFirst()
[all …]
H A Dstrbuf.cxx29 void SAL_CALL rtl_stringbuffer_newFromStr_WithLength( rtl_String ** newStr, in rtl_stringbuffer_newFromStr_WithLength()
53 sal_Int32 SAL_CALL rtl_stringbuffer_newFromStringBuffer( rtl_String ** newStr, in rtl_stringbuffer_newFromStringBuffer()
55 rtl_String * oldStr ) in rtl_stringbuffer_newFromStringBuffer()
77 (rtl_String ** This, sal_Int32* capacity, sal_Int32 minimumCapacity) in rtl_stringbuffer_ensureCapacity()
84 rtl_String * pTmp = *This; in rtl_stringbuffer_ensureCapacity()
85 rtl_String * pNew = nullptr; in rtl_stringbuffer_ensureCapacity()
106 void SAL_CALL rtl_stringbuffer_insert( rtl_String ** This, in rtl_stringbuffer_insert()
152 void SAL_CALL rtl_stringbuffer_remove( rtl_String ** This, in rtl_stringbuffer_remove()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sal/osl/unx/
H A Dfile_path_helper.hxx39 void osl_systemPathRemoveSeparator(rtl_String* pstrPath);
69 const rtl_String* pstrPath,
70 rtl_String** ppstrFileNameOrLastDirPart);
81 const rtl_String* pustrPath);
99 const rtl_String* pstrPath);
H A Dfile_path_helper.cxx35 void osl_systemPathRemoveSeparator(rtl_String* pstrPath) in osl_systemPathRemoveSeparator()
112 const rtl_String* pstrPath, in osl_systemPathGetFileNameOrLastDirectoryPart()
113 rtl_String** ppstrFileNameOrLastDirPart) in osl_systemPathGetFileNameOrLastDirectoryPart()
118 OString path(const_cast<rtl_String*>(pstrPath)); in osl_systemPathGetFileNameOrLastDirectoryPart()
134 const rtl_String* pstrPath) in osl_systemPathIsHiddenFileOrDirectoryEntry()
149 const rtl_String* pstrPath) in osl_systemPathIsLocalOrParentDirectoryEntry()
H A Dprocess_impl.cxx277 rtl_String* pstr_env_var = nullptr; in osl_getEnvironment()
309 rtl_String* pstr_env_var = nullptr; in osl_setEnvironment()
310 rtl_String* pstr_val = nullptr; in osl_setEnvironment()
328 rtl_String * pBuffer = NULL; in osl_setEnvironment()
362 rtl_String* pstr_env_var = nullptr; in osl_clearEnvironment()
374 rtl_String * pBuffer = NULL; in osl_clearEnvironment()
H A Dfile_impl.hxx31 rtl_String * m_strFilePath; /* holds native file name */
35 rtl_String * strFilePath, unsigned char DType = 0);
H A Dmodule.cxx42 static bool getModulePathFromAddress(void * address, rtl_String ** path) { in getModulePathFromAddress()
169 rtl_String * path = nullptr; in osl_loadModuleRelativeAscii()
170 rtl_String * suffix = nullptr; in osl_loadModuleRelativeAscii()
298 rtl_String * path = nullptr; in osl_getModuleURLFromAddress()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sal/osl/unx/
H A Dfile_path_helper.hxx39 void osl_systemPathRemoveSeparator(rtl_String* pstrPath);
69 const rtl_String* pstrPath,
70 rtl_String** ppstrFileNameOrLastDirPart);
81 const rtl_String* pustrPath);
99 const rtl_String* pstrPath);
H A Dfile_path_helper.cxx35 void osl_systemPathRemoveSeparator(rtl_String* pstrPath) in osl_systemPathRemoveSeparator()
112 const rtl_String* pstrPath, in osl_systemPathGetFileNameOrLastDirectoryPart()
113 rtl_String** ppstrFileNameOrLastDirPart) in osl_systemPathGetFileNameOrLastDirectoryPart()
118 OString path(const_cast<rtl_String*>(pstrPath)); in osl_systemPathGetFileNameOrLastDirectoryPart()
134 const rtl_String* pstrPath) in osl_systemPathIsHiddenFileOrDirectoryEntry()
149 const rtl_String* pstrPath) in osl_systemPathIsLocalOrParentDirectoryEntry()
H A Dprocess_impl.cxx273 rtl_String* pstr_env_var = nullptr; in osl_getEnvironment()
305 rtl_String* pstr_env_var = nullptr; in osl_setEnvironment()
306 rtl_String* pstr_val = nullptr; in osl_setEnvironment()
324 rtl_String * pBuffer = NULL; in osl_setEnvironment()
358 rtl_String* pstr_env_var = nullptr; in osl_clearEnvironment()
370 rtl_String * pBuffer = NULL; in osl_clearEnvironment()
H A Dfile_impl.hxx31 rtl_String * const m_strFilePath; /* holds native file name */
35 rtl_String * strFilePath, unsigned char DType = 0);
H A Dmodule.cxx42 static bool getModulePathFromAddress(void * address, rtl_String ** path) { in getModulePathFromAddress()
176 rtl_String * path = nullptr; in osl_loadModuleRelativeAscii()
177 rtl_String * suffix = nullptr; in osl_loadModuleRelativeAscii()
305 rtl_String * path = nullptr; in osl_getModuleURLFromAddress()
/dports/editors/libreoffice/libreoffice-7.2.6.2/store/source/
H A Dstorpage.hxx60 const rtl_String *pPath,
61 const rtl_String *pName,
67 const rtl_String * pPath,
68 const rtl_String * pName,
H A Dstordir.hxx54 rtl_String const *pPath,
55 rtl_String const *pName,
H A Dstorlckb.hxx54 rtl_String const *pPath,
55 rtl_String const *pName,
/dports/editors/libreoffice6/libreoffice-6.4.7.2/store/source/
H A Dstorpage.hxx60 const rtl_String *pPath,
61 const rtl_String *pName,
67 const rtl_String * pPath,
68 const rtl_String * pName,
H A Dstordir.hxx54 rtl_String const *pPath,
55 rtl_String const *pName,
H A Dstorlckb.hxx54 rtl_String const *pPath,
55 rtl_String const *pName,

12345