Home
last modified time | relevance | path

Searched refs:sal_Char (Results 101 – 125 of 1454) sorted by relevance

12345678910>>...59

/aoo41x/main/connectivity/source/inc/resource/
H A Dsharedresources.hxx79 const sal_Char* _pAsciiPatternToReplace,
103 const sal_Char* _pAsciiPatternToReplace1,
105 const sal_Char* _pAsciiPatternToReplace2,
133 const sal_Char* _pAsciiPatternToReplace1,
135 const sal_Char* _pAsciiPatternToReplace2,
137 const sal_Char* _pAsciiPatternToReplace3,
152 … const ::std::list< ::std::pair<const sal_Char* , ::rtl::OUString > > _aStringToSubstitutes) const;
/aoo41x/main/sal/osl/os2/
H A Dfile.cxx778 static oslFileError osl_psz_copyFile(const sal_Char* pszPath, const sal_Char* pszDestPath);
779 static oslFileError osl_psz_moveFile(const sal_Char* pszPath, const sal_Char* pszDestPath);
789 static oslFileError oslDoCopy(const sal_Char* pszSourceFileName, const sal_Char* pszDestFileName, …
791 static int oslDoCopyLink(const sal_Char* pszSourceFileName, const sal_Char* pszDestFileNa…
792 static int oslDoCopyFile(const sal_Char* pszSourceFileName, const sal_Char* pszDestFileNa…
793 static oslFileError oslDoMoveFile(const sal_Char* pszPath, const sal_Char* pszDestPath);
1947 sal_Char pszTmpDestFile[PATH_MAX]; in oslDoCopy()
2052 static int oslDoCopyLink(const sal_Char* pszSourceFileName, const sal_Char* pszDestFileName) in oslDoCopyLink()
2058 sal_Char pszLinkContent[PATH_MAX]; in oslDoCopyLink()
2087 static int oslDoCopyFile(const sal_Char* pszSourceFileName, const sal_Char* pszDestFileName, size_t… in oslDoCopyFile()
[all …]
/aoo41x/main/unoxml/source/dom/
H A Delement.cxx63 OUString prefix(reinterpret_cast<const sal_Char*>(pPrefix), in saxify()
70 OUString val(reinterpret_cast<const sal_Char*>(pHref), in saxify()
125 (sal_Char*)xName ); in fastSaxify()
127 nAttributeToken = getToken( i_rContext, (sal_Char*)xName ); in fastSaxify()
139 nElementToken = getTokenWithPrefix( i_rContext, (sal_Char*)xPrefix, (sal_Char*)xName ); in fastSaxify()
141 nElementToken = getToken( i_rContext, (sal_Char*)xName ); in fastSaxify()
150 const OUString aElementName( (sal_Char*)xPrefix, in fastSaxify()
192 const OUString aElementName( (sal_Char*)xPrefix, in fastSaxify()
246 ? OUString(reinterpret_cast<sal_Char const*>(pValue.get()), in getAttribute()
332 OUString const ret(reinterpret_cast<sal_Char const*>(pValue.get()), in getAttributeNS()
[all …]
/aoo41x/main/linguistic/source/
H A Dlngreg.cxx39 const sal_Char * pImplName,
46 const sal_Char * pImplName,
53 const sal_Char * pImplName,
60 const sal_Char * pImplName,
67 const sal_Char * pImplName,
87 const sal_Char ** ppEnvTypeName, uno_Environment ** /*ppEnv*/ ) in component_getImplementationEnvironment()
93 const sal_Char * pImplName, void * pServiceManager, void * pRegistryKey ) in component_getFactory()
/aoo41x/main/sc/source/filter/excel/
H A Dxlchart.cxx522 const sal_Char SERVICE_CHART2_AREA[] = "com.sun.star.chart2.AreaChartType";
524 const sal_Char SERVICE_CHART2_COLUMN[] = "com.sun.star.chart2.ColumnChartType";
525 const sal_Char SERVICE_CHART2_LINE[] = "com.sun.star.chart2.LineChartType";
526 const sal_Char SERVICE_CHART2_NET[] = "com.sun.star.chart2.NetChartType";
528 const sal_Char SERVICE_CHART2_PIE[] = "com.sun.star.chart2.PieChartType";
529 const sal_Char SERVICE_CHART2_SCATTER[] = "com.sun.star.chart2.ScatterChartType";
530 const sal_Char SERVICE_CHART2_BUBBLE[] = "com.sun.star.chart2.BubbleChartType";
677 const sal_Char* const sppcLineNamesCommon[] =
680 const sal_Char* const sppcLineNamesLinear[] =
683 const sal_Char* const sppcLineNamesFilled[] =
[all …]
/aoo41x/main/xmloff/source/text/
H A DXMLIndexUserSourceContext.cxx55 const sal_Char sAPI_CreateFromEmbeddedObjects[] = "CreateFromEmbeddedObjects";
56 const sal_Char sAPI_CreateFromGraphicObjects[] = "CreateFromGraphicObjects";
57 const sal_Char sAPI_CreateFromMarks[] = "CreateFromMarks";
58 const sal_Char sAPI_CreateFromTables[] = "CreateFromTables";
59 const sal_Char sAPI_CreateFromTextFrames[] = "CreateFromTextFrames";
60 const sal_Char sAPI_UseLevelFromSource[] = "UseLevelFromSource";
61 const sal_Char sAPI_CreateFromLevelParagraphStyles[] = "CreateFromLevelParagraphStyles";
62 const sal_Char sAPI_UserIndexName[] = "UserIndexName";
H A DXMLSectionImportContext.cxx59 const sal_Char sAPI_TextSection[] = "com.sun.star.text.TextSection";
60 const sal_Char sAPI_IndexHeaderSection[] = "com.sun.star.text.IndexHeaderSection";
61 const sal_Char sAPI_IsProtected[] = "IsProtected";
62 const sal_Char sAPI_Condition[] = "Condition";
63 const sal_Char sAPI_IsVisible[] = "IsVisible";
64 const sal_Char sAPI_IsCurrentlyVisible[] = "IsCurrentlyVisible";
65 const sal_Char sAPI_ProtectionKey[] = "ProtectionKey";
220 static const sal_Char sMarker[] = " "; in StartElement()
222 static const sal_Char sMarker[] = "X"; in StartElement()
/aoo41x/main/sfx2/inc/sfx2/
H A Dfrmhtmlw.hxx49 SAL_DLLPRIVATE static const sal_Char sNewLine[];
51 const sal_Char *pIndent, const String& rName,
56 const sal_Char *pIndent, const sal_Char *pName,
65 const sal_Char *pIndent,
79 const sal_Char *pIndent, const sal_Char *pName, in OutMeta()
/aoo41x/main/unotools/inc/unotools/
H A Dconfignode.hxx104 OConfigurationNode openNode( const sal_Char* _pAsciiPath ) const in openNode()
119 OConfigurationNode createNode( const sal_Char* _pAsciiName ) const in createNode()
135 …OConfigurationNode appendNode( const sal_Char* _pAsciiName, const OConfigurationNode& _aNewNode )… in appendNode()
147 sal_Bool removeNode( const sal_Char* _pAsciiName ) const in removeNode()
163 getNodeValue( const sal_Char* _pAsciiPath ) const in getNodeValue()
176 …sal_Bool setNodeValue( const sal_Char* _pAsciiPath, const ::com::sun::star::uno::Any& _rValue ) … in setNodeValue()
208 …sal_Bool hasByName( const sal_Char* _pAsciiName ) const { return hasByName( ::rtl::OUString::creat… in hasByName()
212 …sal_Bool hasByHierarchicalName( const sal_Char* _pAsciiName ) const { return hasByHierarchicalName… in hasByHierarchicalName()
278 const sal_Char* i_pAsciiNodePath,
/aoo41x/main/i18npool/source/isolang/
H A Dinunx.cxx50 static const sal_Char* getLangFromEnvironment() in getLangFromEnvironment()
52 static const sal_Char* pFallback = "C"; in getLangFromEnvironment()
53 const sal_Char *pLang = NULL; in getLangFromEnvironment()
69 static const sal_Char* getUILangFromEnvironment() in getUILangFromEnvironment()
71 static const sal_Char* pFallback = "C"; in getUILangFromEnvironment()
72 const sal_Char *pLang = NULL; in getUILangFromEnvironment()
89 typedef const sal_Char * (*getLangFromEnv)();
/aoo41x/main/sfx2/source/bastyp/
H A Dfrmhtmlw.cxx61 static sal_Char __READONLY_DATA sHTML_SC_yes[] = "YES";
62 static sal_Char __READONLY_DATA sHTML_SC_no[] = "NO";
63 static sal_Char __READONLY_DATA sHTML_SC_auto[] = "AUTO";
64 static sal_Char __READONLY_DATA sHTML_MIME_text_html[] = "text/html; charset=";
78 const sal_Char SfxFrameHTMLWriter::sNewLine[] = "\012";
80 const sal_Char __FAR_DATA SfxFrameHTMLWriter::sNewLine[] = "\015\012";
84 const sal_Char *pIndent, in OutMeta()
109 const sal_Char *pIndent, in Out_DocInfo()
113 const sal_Char *pCharSet = in Out_DocInfo()
328 const sal_Char *pStr = bVal ? sHTML_SC_yes : sHTML_SC_no; in Out_FrameDescriptor()
/aoo41x/main/sal/osl/unx/
H A Dpipe.c41 sal_Bool SAL_CALL osl_psz_getUserIdent(oslSecurity Security, sal_Char *pszIdent, sal_uInt32 nMax);
42 oslPipe SAL_CALL osl_psz_createPipe(const sal_Char *pszPipeName, oslPipeOptions Options, oslSecurit…
139 sal_Char* pszPipeName=0; in osl_createPipe()
161 oslPipe SAL_CALL osl_psz_createPipe(const sal_Char *pszPipeName, oslPipeOptions Options, in osl_psz_createPipe()
168 sal_Char name[PATH_MAX + 1]; in osl_psz_createPipe()
185 sal_Char Ident[256]; in osl_psz_createPipe()
486 (sal_Char*)pBuffer, in osl_receivePipe()
517 (sal_Char*)pBuffer, in osl_sendPipe()
561 pBuffer= (sal_Char*)pBuffer + RetVal; in osl_writePipe()
587 pBuffer= (sal_Char*)pBuffer + RetVal; in osl_readPipe()
/aoo41x/main/codemaker/source/codemaker/
H A Dglobal.cxx126 sal_Char token; in createFileNameFromType()
190 sal_Char buffer1[1024+1]; in checkFileContent()
191 sal_Char buffer2[1024+1]; in checkFileContent()
197 n1 = fread(buffer1, sizeof(sal_Char), 1024, target); in checkFileContent()
198 n2 = fread(buffer2, sizeof(sal_Char), 1024, tmp); in checkFileContent()
416 osl_writeFile(o.m_file, s.getStr(), s.getLength() * sizeof(sal_Char), &writtenBytes); in operator <<()
426 osl_writeFile(o.m_file, s->getStr(), s->getLength() * sizeof(sal_Char), &writtenBytes); in operator <<()
431 osl_writeFile(o.m_file, s.getStr(), s.getLength() * sizeof(sal_Char), &writtenBytes); in operator <<()
437 osl_writeFile(o.m_file, s->getStr(), s->getLength() * sizeof(sal_Char), &writtenBytes); in operator <<()
443 o.m_file, s.getStr(), s.getLength() * sizeof(sal_Char), &writtenBytes); in operator <<()
/aoo41x/main/sal/inc/rtl/
H A Dmath.h206 sal_Char cDecSeparator,
208 sal_Char cGroupSeparator,
323 sal_Char const * pBegin, sal_Char const * pEnd, sal_Char cDecSeparator,
324 sal_Char cGroupSeparator, enum rtl_math_ConversionStatus * pStatus,
325 sal_Char const ** pParsedEnd) SAL_THROW_EXTERN_C();
/aoo41x/main/sal/rtl/source/
H A Dtres.c72 rtl_FuncState* SAL_CALL rtl_tres_create_funcstate( const sal_Char* meth );
78 const sal_Char* msg
103 const sal_Char* msg,
104 const sal_Char* sub,
109 const sal_Char* msg );
165 rtl_TestResult* rtl_tres_create( const sal_Char* meth, sal_uInt32 flags ) in rtl_tres_create()
193 rtl_FuncState* SAL_CALL rtl_tres_create_funcstate( const sal_Char* meth ) in rtl_tres_create_funcstate()
302 const sal_Char* msg in rtl_tres_create_cmpstate()
435 const sal_Char* msg, in rtl_tres_state()
436 const sal_Char* sub, in rtl_tres_state()
[all …]
/aoo41x/main/sal/textenc/
H A Dconverteuctw.c66 sal_Char const * pSrcBuf, in ImplConvertEucTwToUnicode()
290 sal_Char * pDestBuf, in ImplConvertUnicodeToEucTw()
308 sal_Char * pDestBufPtr = pDestBuf; in ImplConvertUnicodeToEucTw()
309 sal_Char * pDestBufEnd = pDestBuf + nDestBytes; in ImplConvertUnicodeToEucTw()
343 *pDestBufPtr++ = (sal_Char) nChar; in ImplConvertUnicodeToEucTw()
371 *pDestBufPtr++ = (sal_Char) (unsigned char) 0x8E; in ImplConvertUnicodeToEucTw()
372 *pDestBufPtr++ = (sal_Char) (0xA0 + nPlane); in ImplConvertUnicodeToEucTw()
374 *pDestBufPtr++ = (sal_Char) (0xA0 + pCns116431992Data[nOffset++]); in ImplConvertUnicodeToEucTw()
375 *pDestBufPtr++ = (sal_Char) (0xA0 + pCns116431992Data[nOffset]); in ImplConvertUnicodeToEucTw()
H A Dtenchelp.c30 sal_Char * pBuf,
34 sal_Char * pBuf,
40 sal_Char * pBuf, in ImplGetUndefinedAsciiMultiByte()
64 sal_Char * pBuf, in ImplGetInvalidAsciiMultiByte()
114 sal_Char ** ppDestBuf, in ImplHandleUndefinedUnicodeToTextChar()
115 sal_Char const * pEndDestBuf, in ImplHandleUndefinedUnicodeToTextChar()
128 **ppDestBuf = (sal_Char)(sal_uChar)(c-RTL_TEXTCVT_BYTE_PRIVATE_START); in ImplHandleUndefinedUnicodeToTextChar()
/aoo41x/main/sal/inc/osl/
H A Ddiagnose.h39 sal_Bool SAL_CALL osl_assertFailedLine(const sal_Char* pszFileName, sal_Int32 nLine, const sal_Cha…
40 void SAL_CALL osl_trace(const sal_Char* pszFormat, ...);
41 sal_Int32 SAL_CALL osl_reportError(sal_uInt32 nType, const sal_Char* pszErrorMessage);
49 typedef void (SAL_CALL *pfunc_osl_printDebugMessage)( const sal_Char * pszMessage );
53 …ALL *pfunc_osl_printDetailedDebugMessage)( const sal_Char * pszFileName, sal_Int32 nLine, const sa…
/aoo41x/main/sal/osl/w32/
H A Dfile_url.cxx580 sal_Char *pBuffer; in _osl_decodeURL()
581 const sal_Char *pSrcEnd; in _osl_decodeURL()
582 const sal_Char *pSrc; in _osl_decodeURL()
583 sal_Char *pDest; in _osl_decodeURL()
603 sal_Char aToken[3]; in _osl_decodeURL()
604 sal_Char aChar; in _osl_decodeURL()
646 sal_Char *pszEncodedURL; in _osl_encodeURL()
647 const sal_Char *pURLScan; in _osl_encodeURL()
648 sal_Char *pURLDest; in _osl_encodeURL()
654 …pszEncodedURL = (sal_Char*) rtl_allocateMemory( (rtl_string_getLength( strUTF8 ) * 3 + 1) * sizeo… in _osl_encodeURL()
[all …]
/aoo41x/main/vos/inc/vos/
H A Dstream.hxx104 inline sal_Bool SAL_CALL read(sal_Char& value) const;
125 inline sal_Bool SAL_CALL write(sal_Char value);
169 friend const OStream& operator>> (OStream& rStream, sal_Char& value);
173 friend OStream& operator<< (OStream& rStream, sal_Char value);
186 inline sal_Bool OStream::read(sal_Char& value) const in read()
206 inline sal_Bool OStream::write(sal_Char value) in write()
242 inline const OStream& operator>> (OStream& rStream, sal_Char& value) in operator >>()
270 inline OStream& operator<< (OStream& rStream, sal_Char value) in operator <<()
/aoo41x/main/tools/inc/tools/
H A Durlobj.hxx1126 sal_Char cEscapePrefix,
1151 sal_Char cEscapePrefix,
1171 sal_Char cEscapePrefix,
1177 sal_Char cEscapePrefix,
1183 sal_Char cEscapePrefix,
1193 sal_Char cEscapePrefix,
1550 sal_Char cEscapePrefix, in decode()
1881 sal_Char cEscapePrefix, in encode()
1891 sal_Char cEscapePrefix, in encode()
1901 sal_Char cEscapePrefix, in decode()
[all …]
/aoo41x/main/xmloff/source/forms/
H A Dvalueproperties.hxx51 sal_Char const * & _rpCurrentValuePropertyName,
52 sal_Char const * & _rpValuePropertyName);
61 sal_Char const * & _rpMinValuePropertyName,
62 sal_Char const * & _rpMaxValuePropertyName);
70 sal_Char const * & _rpValuePropertyName,
71 sal_Char const * & _rpDefaultValuePropertyName);
H A Dpropertyexport.cxx260 …t::exportStringPropertyAttribute( const sal_uInt16 _nNamespaceKey, const sal_Char* _pAttributeName, in exportStringPropertyAttribute()
283 …t::exportBooleanPropertyAttribute(const sal_uInt16 _nNamespaceKey, const sal_Char* _pAttributeName, in exportBooleanPropertyAttribute()
322 …void OPropertyExport::exportInt16PropertyAttribute(const sal_uInt16 _nNamespaceKey, const sal_Char in exportInt16PropertyAttribute()
346 …rt::exportInt32PropertyAttribute( const sal_uInt16 _nNamespaceKey, const sal_Char* _pAttributeName, in exportInt32PropertyAttribute()
371 const sal_uInt16 _nNamespaceKey, const sal_Char* _pAttributeName, in exportEnumPropertyAttribute()
372 const sal_Char* _pPropertyName, const SvXMLEnumMapEntry* _pValueMap, in exportEnumPropertyAttribute()
468 …const sal_uInt16 _nAttributeNamespaceKey, const sal_Char* _pAttributeName, const sal_Char* _pPrope… in exportGenericPropertyAttribute()
496 …tStringSequenceAttribute(const sal_uInt16 _nAttributeNamespaceKey, const sal_Char* _pAttributeName, in exportStringSequenceAttribute()
651 …void OPropertyExport::AddAttribute(sal_uInt16 _nPrefix, const sal_Char* _pName, const ::rtl::OUStr… in AddAttribute()
669 …ropertyExport::AddAttributeASCII(sal_uInt16 _nPrefix, const sal_Char* _pName, const sal_Char *pVal… in AddAttributeASCII()
/aoo41x/main/basegfx/source/tools/
H A Ddebugplotter.cxx166 DebugPlotter::DebugPlotter( const sal_Char* pTitle ) : in DebugPlotter()
176 DebugPlotter::DebugPlotter( const sal_Char* pTitle, in DebugPlotter()
355 const sal_Char* pTitle ) in plot()
362 const sal_Char* pTitle ) in plot()
369 const sal_Char* pTitle ) in plot()
379 const sal_Char* pTitle ) in plot()
386 const sal_Char* pTitle ) in plot()
393 const sal_Char* pTitle ) in plot()
402 void DebugPlotter::print( const sal_Char* pStr ) in print()
/aoo41x/main/sc/source/filter/lotus/
H A Dop.cxx143 sal_Char* pText = new sal_Char[n + 1]; in OP_Label()
222 sal_Char cPuffer[ 16+1 ]; in OP_NamedRange()
238 sal_Char cBuf[sizeof(cPuffer)+1]; in OP_NamedRange()
262 sal_Char cPuffer[ 16+1 ]; in OP_SymphNamedRange()
278 sal_Char cBuf[sizeof(cPuffer)+1]; in OP_SymphNamedRange()
383 sal_Char* pText = new sal_Char[n + 1]; in OP_Label123()
457 sal_Char* pText = new sal_Char[n + 1]; in OP_Note123()
594 ::std::vector<sal_Char> sSheetName; in OP_SheetName123()
598 sal_Char c; in OP_SheetName123()

Completed in 285 milliseconds

12345678910>>...59