Home
last modified time | relevance | path

Searched refs:sal_Char (Results 201 – 225 of 1454) sorted by relevance

12345678910>>...59

/aoo41x/main/sw/source/filter/ww8/
H A Drtfexport.hxx158 static const sal_Char sNewLine; // \012 or \015
160 static const sal_Char __FAR_DATA sNewLine[]; // \015\012
172 void OutUnicode(const sal_Char *pToken, const String &rContent);
173 void OutDateTime(const sal_Char* pStr, const util::DateTime& rDT );
205 void WriteHeaderFooter(const SwFrmFmt& rFmt, bool bHeader, const sal_Char* pStr);
H A Drtfexport.cxx92 const sal_Char RtfExport::sNewLine = '\012';
94 const sal_Char __FAR_DATA RtfExport::sNewLine[] = "\015\012";
837 void RtfExport::OutUnicode(const sal_Char *pToken, const String &rContent) in OutUnicode()
849 sal_Char aNToABuf[] = "0000000000000000"; in OutHex()
856 sal_Char* pStr = aNToABuf + (sizeof(aNToABuf)-1); in OutHex()
859 *(--pStr) = (sal_Char)(nHex & 0xf ) + 48; in OutHex()
870 const sal_Char* pStr = 0; in OutChar()
885 aBuf.append((sal_Char)c); in OutChar()
901 aBuf.append((sal_Char)c); in OutChar()
966 void RtfExport::OutDateTime(const sal_Char* pStr, const util::DateTime& rDT ) in OutDateTime()
[all …]
/aoo41x/main/extensions/source/propctrlr/
H A Dpushbuttonnavigation.cxx49 static const sal_Char* pNavigationURLs[] =
65 const sal_Char** pLookup = pNavigationURLs; in lcl_getNavigationURLIndex()
75 static const sal_Char* lcl_getNavigationURL( sal_Int32 _nButtonTypeIndex ) in lcl_getNavigationURL()
77 const sal_Char** pLookup = pNavigationURLs; in lcl_getNavigationURL()
161 … const sal_Char* pURL = lcl_getNavigationURL( nButtonType - s_nFirstVirtualButtonType ); in setCurrentButtonType()
/aoo41x/main/extensions/source/config/ldap/
H A Dldapaccess.cxx85 static void checkLdapReturnCode(const sal_Char *aOperation, in checkLdapReturnCode()
91 static const sal_Char *kNoSpecificMessage = "No additional information" ; in checkLdapReturnCode()
99 sal_Char *stub = NULL ; in checkLdapReturnCode()
246 sal_Char * attributes [2]; in findUserDn()
247 attributes[0]= const_cast<sal_Char *>(LDAP_NO_ATTRS); in findUserDn()
260 sal_Char *charsDn = (*s_p_get_dn)(mConnection, entry) ; in findUserDn()
/aoo41x/main/dbaccess/source/ui/control/
H A Dopendoccontrols.cxx99 String GetCommandText( const sal_Char* _pCommandURL, const ::rtl::OUString& _rModuleName ) in GetCommandText()
153 Image GetCommandIcon( const sal_Char* _pCommandURL, const ::rtl::OUString& _rModuleName ) in GetCommandIcon()
206 …OpenDocumentButton::OpenDocumentButton( Window* _pParent, const sal_Char* _pAsciiModuleName, const… in OpenDocumentButton()
213 void OpenDocumentButton::impl_init( const sal_Char* _pAsciiModuleName ) in impl_init()
236 …OpenDocumentListBox::OpenDocumentListBox( Window* _pParent, const sal_Char* _pAsciiModuleName, con… in OpenDocumentListBox()
243 void OpenDocumentListBox::impl_init( const sal_Char* _pAsciiModuleName ) in impl_init()
/aoo41x/main/sal/rtl/source/
H A Ddebugprint.cxx30 const sal_Char *dbg_dump(const rtl::OString &rStr) in dbg_dump()
39 const sal_Char *dbg_dump(const rtl::OUString &rStr) in dbg_dump()
44 const sal_Char *dbg_dump(rtl_String *pStr) in dbg_dump()
49 const sal_Char *dbg_dump(rtl_uString *pStr) in dbg_dump()
/aoo41x/main/sal/textenc/
H A Dconverter.h42 sal_Bool bUndefined, sal_Bool bMultiByte, sal_Char cByte, sal_uInt32 nFlags,
50 sal_Char ** pDestBufPtr,
51 sal_Char * pDestBufEnd,
53 sal_Char const * pPrefix,
/aoo41x/main/sal/inc/rtl/
H A Dtres.hxx52 TestResult( const sal_Char* meth, sal_uInt32 flags = 0 ) in TestResult()
72 const sal_Char* msg = 0, in state()
73 const sal_Char* sub = 0, in state()
80 void end( sal_Char* msg = 0 ) in end()
H A Dtencinfo.h187 rtl_TextEncoding SAL_CALL rtl_getTextEncodingFromMimeCharset( const sal_Char* pMimeCharset );
198 rtl_TextEncoding SAL_CALL rtl_getTextEncodingFromUnixCharset( const sal_Char* pUnixCharset );
231 const sal_Char* SAL_CALL rtl_getBestMimeCharsetFromTextEncoding( rtl_TextEncoding eTextEncoding );
241 const sal_Char* SAL_CALL rtl_getBestUnixCharsetFromTextEncoding( rtl_TextEncoding eTextEncoding );
H A Dtres.h60 const sal_Char*,
61 const sal_Char*,
65 typedef void (SAL_CALL *rtl_tres_end_ptr)( rtl_TestResult*, const sal_Char* );
119 rtl_TestResult* SAL_CALL rtl_tres_create( const sal_Char* meth, sal_uInt32 flags );
/aoo41x/main/cppuhelper/inc/cppuhelper/
H A Dfactory.hxx56 const sal_Char ** ppEnvTypeName, uno_Environment ** ppEnv );
69 sal_Char const ** ppEnvTypeName,
71 sal_Char const * pImplName,
81 typedef const sal_Char * (SAL_CALL * component_getDescriptionFunc)(void);
116 const sal_Char * pImplName, void * pServiceManager, void * pRegistryKey );
/aoo41x/main/reportdesign/source/inc/
H A Dconstasciistring.hxx37 const sal_Char* ascii;
41 inline operator const sal_Char* () const { return ascii; }
43 inline ConstAsciiString(const sal_Char* _pAsciiZeroTerminated, const sal_Int32 _nLength);
51 inline ConstAsciiString::ConstAsciiString(const sal_Char* _pAsciiZeroTerminated, const sal_Int32 _n… in ConstAsciiString()
/aoo41x/main/dbaccess/source/inc/
H A Dconstasciistring.hxx37 const sal_Char* ascii;
41 inline operator const sal_Char* () const { return ascii; }
43 inline ConstAsciiString(const sal_Char* _pAsciiZeroTerminated, const sal_Int32 _nLength);
51 inline ConstAsciiString::ConstAsciiString(const sal_Char* _pAsciiZeroTerminated, const sal_Int32 _n… in ConstAsciiString()
/aoo41x/main/dbaccess/source/ui/inc/
H A Dopendoccontrols.hxx57 … OpenDocumentButton( Window* _pParent, const sal_Char* _pAsciiModuleName, const ResId& _rResId );
60 void impl_init( const sal_Char* _pAsciiModuleName );
76 … OpenDocumentListBox( Window* _pParent, const sal_Char* _pAsciiModuleName, const ResId& _rResId );
87 void impl_init( const sal_Char* _pAsciiModuleName );
/aoo41x/main/registry/test/
H A Dtestregcpp.cxx500 sal_Char* Value=(sal_Char*)"Mein erster Value"; in test_registry_CppApi()
505 sal_Char* readValue; in test_registry_CppApi()
508 readValue = (sal_Char*)rtl_allocateMemory(valueSize); in test_registry_CppApi()
516 const sal_Char* pList[3]; in test_registry_CppApi()
517 const sal_Char* n1= "Hallo"; in test_registry_CppApi()
518 const sal_Char* n2= "jetzt komm"; in test_registry_CppApi()
519 const sal_Char* n3= "ich"; in test_registry_CppApi()
525 …REG_ENSURE(!rootKey.setStringListValue(OUString::createFromAscii("myFourthKey"), (sal_Char**)pList… in test_registry_CppApi()
527 RegistryValueList<sal_Char*> valueList; in test_registry_CppApi()
/aoo41x/main/registry/source/
H A Dkeyimpl.cxx346 writeUtf8(pBuffer+VALUE_HEADEROFFSET, (const sal_Char*)value); in setValue()
438 RegError ORegKey::setStringListValue(const OUString& valueName, sal_Char** pValueList, sal_uInt32 l… in setStringListValue()
644 readUtf8(pBuffer, (sal_Char*)value, valueSize); in getValue()
764 RegError ORegKey::getStringListValue(const OUString& valueName, sal_Char*** pValueList, sal_uInt32*… in getStringListValue()
843 sal_Char** pVList = (sal_Char**)rtl_allocateZeroMemory(len * sizeof(sal_Char*)); in getStringListValue()
848 sal_Char *pValue; in getStringListValue()
855 pValue = (sal_Char*)rtl_allocateMemory(sLen); in getStringListValue()
/aoo41x/main/io/source/TextOutputStream/
H A DTextOutputStream.cxx140 sal_Char *pTarget = (sal_Char *) seqText.getArray(); in implConvert()
160 pTarget = (sal_Char*) seqText.getArray(); in implConvert()
328 const sal_Char ** ppEnvTypeName, uno_Environment ** ) in component_getImplementationEnvironment()
334 const sal_Char * pImplName, void * pServiceManager, void * pRegistryKey ) in component_getFactory()
/aoo41x/main/svx/source/dialog/
H A Dsvxbmpnumvalueset.cxx94 static const sal_Char cNumberingType[] = "NumberingType";
95 static const sal_Char cValue[] = "Value";
96 static const sal_Char cParentNumbering[] = "ParentNumbering";
97 static const sal_Char cPrefix[] = "Prefix";
98 static const sal_Char cSuffix[] = "Suffix";
99 static const sal_Char cBulletChar[] = "BulletChar";
100 static const sal_Char cBulletFontName[] = "BulletFontName";
/aoo41x/main/sw/source/filter/writer/
H A Dwriter.cxx50 static sal_Char aNToABuf[] = "0000000000000000000000000";
263 sal_Char* pStr = aNToABuf + (NTOABUFLEN-1); in OutHex()
266 *(--pStr) = (sal_Char)(nHex & 0xf ) + 48; in OutHex()
277 sal_Char* pStr = aNToABuf + (NTOABUFLEN-1); in OutLong()
284 *(--pStr) = (sal_Char)(nVal % 10 ) + 48; in OutLong()
298 sal_Char* pStr = aNToABuf + (NTOABUFLEN-1); in OutULong()
301 *(--pStr) = (sal_Char)(nVal % 10 ) + 48; in OutULong()
/aoo41x/main/sal/osl/w32/
H A Dpath_helper.cxx92 const sal_Char* LDP = ":";
93 const sal_Char* LDP_WITH_BACKSLASH = ":\\";
94 const sal_Char* LDP_WITH_SLASH = ":/";
99 const sal_Char* LDP_WITH_DOT_BACKSLASH = ":.\\";
/aoo41x/main/tools/source/ref/
H A Dglobname.cxx151 rOStr.Write( (sal_Char *)&rObj.pImp->szData[ 8 ], 8 ); in operator <<()
161 rStr.Read( (sal_Char *)&rObj.pImp->szData[ 8 ], 8 ); in operator >>()
220 sal_Char * pStr = (sal_Char *)aStr.GetBuffer(); in MakeId()
301 sal_Char buf[ 20 ]; in GetctorName()
327 sal_Char buf[ 10 ]; in GetHexName()
/aoo41x/main/sax/source/expatwrap/
H A Dxml2utf.cxx140 OString str( (sal_Char * ) pSource , seq.getLength() ); in removeEncoding()
236 OString str( (const sal_Char *) pSource , seq.getLength() ); in scanForEncoding()
419 ( const sal_Char * ) &( pbSource[nSourceCount] ), in convert()
512 sal_Char *pTarget = (sal_Char *) seqText.getArray(); in convert()
531 pTarget = ( sal_Char * ) seqText.getArray(); in convert()
/aoo41x/main/i18npool/source/localedata/
H A Dlocaledata.cxx40 static const sal_Char clocaledata[] = "com.sun.star.i18n.LocaleData";
267 …LocaleDataLookupTableItem(const sal_Char *name, osl::Module* m, const sal_Char* lname) : dllName(n… in LocaleDataLookupTableItem()
270 const sal_Char* dllName;
272 const sal_Char* localeName;
341 const OUString& localeName, const sal_Char* pFunction,
377 const OUString& localeName, const sal_Char* pFunction, in getFunctionSymbolByName()
1167 const sal_Char* sBulletFontName;
1200 sal_Char* U2C( OUString str ) in U2C()
1202 sal_Char* s = new sal_Char[ str.getLength()+1 ]; in U2C()
1205 s[i] = sal::static_int_cast<sal_Char>( str[i] ); in U2C()
[all …]
/aoo41x/main/sax/source/tools/
H A Dconverter.cxx45 static const sal_Char* gpsMM = "mm";
46 static const sal_Char* gpsCM = "cm";
47 static const sal_Char* gpsPT = "pt";
48 static const sal_Char* gpsINCH = "in";
49 static const sal_Char* gpsPC = "pc";
129 const sal_Char *aCmpsL[2] = { 0, 0 }; in convertMeasure()
130 const sal_Char *aCmpsU[2] = { 0, 0 }; in convertMeasure()
218 const sal_Char *pL = aCmpsL[i]; in convertMeasure()
295 const sal_Char* psUnit = 0; in convertMeasure()
1640 sal_Char aBase64EncodeTable[] =
[all …]
/aoo41x/main/jvmfwk/plugins/sunmajor/pluginlib/
H A Ddiagnostics.h73 , const sal_Char * in jfw_ensure()
87 inline void jfw_warning2(bool condition, const sal_Char * pzFile, sal_Int32 line, in jfw_warning2()
88 sal_Char * pzMessage) in jfw_warning2()
102 inline void jfw_trace(const sal_Char * pzMessage) in jfw_trace()

Completed in 224 milliseconds

12345678910>>...59