/trunk/main/autodoc/source/parser_i/tokens/ |
H A D | tkp2.cxx | 30 : pChars(0) in TokenParse2() 37 pChars = &i_rSource; in Start() 44 csv_assert(pChars != 0); in GetNextToken() 47 while ( NOT bDone AND NOT pChars->IsFinished() ) in GetNextToken() 49 CurrentContext().ReadCharChain(*pChars); in GetNextToken()
|
/trunk/main/autodoc/source/parser/tokens/ |
H A D | tkp.cxx | 32 : pChars(0), in TokenParser() 46 csv_assert(pChars != 0); in GetNextToken() 48 bHasMore = NOT pChars->IsFinished(); in GetNextToken() 52 CurrentContext().ReadCharChain(*pChars); in GetNextToken() 61 pChars = &i_rSource; in InitSource()
|
/trunk/main/sal/rtl/source/ |
H A D | math.cxx | 214 sal_Char const * pChars, sal_Int32 nLen) in createString() 216 rtl_string_newFromStr_WithLength(pString, pChars, nLen); in createString() 233 sal_Int32 * pOffset, sal_Char const * pChars, in appendChars() 236 rtl_stringbuffer_insert(pBuffer, pCapacity, *pOffset, pChars, nLen); in appendChars() 256 sal_Unicode const * pChars, sal_Int32 nLen) in createString() 258 rtl_uString_newFromStr_WithLength(pString, pChars, nLen); in createString() 276 sal_Unicode const * pChars, sal_Int32 nLen) in appendChars() 278 rtl_uStringbuffer_insert(pBuffer, pCapacity, *pOffset, pChars, nLen); in appendChars()
|
/trunk/main/sc/source/filter/xml/ |
H A D | XMLTextPContext.cxx | 122 sal_Char* pChars = new sal_Char[nSpaceCount]; in AddSpaces() local 123 memset(pChars, ' ', nSpaceCount); in AddSpaces() 124 pContentBuffer->appendAscii(pChars, nSpaceCount); in AddSpaces() 125 delete[] pChars; in AddSpaces()
|
/trunk/main/framework/source/recording/ |
H A D | dispatchrecorder.cxx | 254 const sal_Unicode* pChars = sVal.getStr(); in AppendToBuffer() local 258 if ( pChars[nChar] < 32 || pChars[nChar] == '"' ) in AppendToBuffer() 274 aArgumentBuffer.append( (sal_Int32) pChars[nChar] ); in AppendToBuffer() 290 aArgumentBuffer.append( pChars[nChar] ); in AppendToBuffer()
|
/trunk/main/sfx2/source/dialog/ |
H A D | versdlg.cxx | 256 const sal_Unicode* pChars = rText.GetBuffer(); in ConvertWhiteSpaces_Impl() local 257 while ( *pChars ) in ConvertWhiteSpaces_Impl() 259 switch ( *pChars ) in ConvertWhiteSpaces_Impl() 267 sConverted += *pChars; in ConvertWhiteSpaces_Impl() 270 ++pChars; in ConvertWhiteSpaces_Impl()
|
/trunk/main/sw/source/filter/ww8/ |
H A D | wrtw8num.cxx | 652 sal_uInt8* pChars = (sal_uInt8*)pC; in OutputOlst() local 661 BuildAnlvBase( aOlst.rganlv[j], pChars, nCharLen, rRule, in OutputOlst() 947 sal_uInt8* pChars = (sal_uInt8*)(pA->rgchAnld); in Out_NumRuleAnld() local 951 BuildAnlvBulletBase( pA->eAnlv, pChars, nCharLen, rFmt ); in Out_NumRuleAnld() 953 BuildAnlvBase( pA->eAnlv, pChars, nCharLen, rRul, rFmt, nSwLevel ); in Out_NumRuleAnld()
|
/trunk/main/cppcanvas/source/mtfrenderer/ |
H A D | implrenderer.cxx | 1066 xub_Unicode pChars[5]; in createTextAction() local 1068 pChars[0] = 'X'; in createTextAction() 1070 pChars[0] = '/'; in createTextAction() 1071 pChars[3]=pChars[2]=pChars[1]=pChars[0]; in createTextAction() 1074 String aStrikeoutTest( pChars, 4 ); in createTextAction() 1091 String aStrikeoutText( pChars, 0 ); in createTextAction() 1093 aStrikeoutText += pChars[0]; in createTextAction()
|
/trunk/main/tools/inc/tools/ |
H A D | string.hxx | 327 xub_StrLen SearchChar( const sal_Char* pChars, xub_StrLen nIndex = 0 ) const; 328 xub_StrLen SearchCharBackward( const sal_Char* pChars, xub_StrLen nIndex = STRING_LEN ) const; 622 xub_StrLen SearchChar( const sal_Unicode* pChars, xub_StrLen nIndex = 0 ) const; 623 xub_StrLen SearchCharBackward( const sal_Unicode* pChars, xub_StrLen nIndex = STRING_LEN ) const;
|
/trunk/main/rsc/source/rsc/ |
H A D | rsc.cxx | 1185 const sal_Char* pChars = aRelPathStr.getStr(); in GetImageFilePath() local 1187 …while( ( nCopyPos < nLength ) && ( pChars[ nCopyPos ] == '/' || pChars[ nCopyPos ] == '\\' || pCha… in GetImageFilePath()
|
/trunk/main/tools/source/string/ |
H A D | strimp.cxx | 1646 xub_StrLen STRING::SearchChar( const STRCODE* pChars, xub_StrLen nIndex ) const in SearchChar() argument 1656 const STRCODE* pCompStr = pChars; in SearchChar() 1672 xub_StrLen STRING::SearchCharBackward( const STRCODE* pChars, xub_StrLen nIndex ) const in SearchCharBackward() argument 1688 const STRCODE* pCompStr = pChars; in SearchCharBackward()
|
/trunk/main/autodoc/source/parser_i/inc/tokens/ |
H A D | tkp2.hxx | 74 CharacterSource * pChars; member in TokenParse2
|
/trunk/main/autodoc/source/parser/inc/tokens/ |
H A D | tkp.hxx | 88 CharacterSource * pChars; member in TokenParser
|
/trunk/main/sc/source/core/tool/ |
H A D | interpr2.cxx | 2439 static const sal_Unicode pChars[] = { 'M', 'D', 'C', 'L', 'X', 'V', 'I' }; in ScRoman() local 2464 aRoman += pChars[ nIndex ]; in ScRoman() 2465 aRoman += pChars[ nIndex2 ]; in ScRoman() 2472 aRoman += pChars[ nIndex - 1 ]; in ScRoman() 2473 aRoman.Expand( aRoman.Len() + (nDigit % 5), pChars[ nIndex ] ); in ScRoman()
|
/trunk/main/xmloff/source/forms/ |
H A D | elementimport.cxx | 2095 const sal_Unicode* pChars = _rValue.getStr(); in implTranslateStringListProperty() local 2096 for (sal_Int32 i=0; i<nLength; ++i, ++pChars) in implTranslateStringListProperty() 2097 if (*pChars == ',') in implTranslateStringListProperty()
|
/trunk/main/svtools/source/misc/ |
H A D | transfer.cxx | 1798 const sal_Char* pChars = reinterpret_cast< const sal_Char* >( aSeq.getConstArray() ); in GetString() local 1803 while( nLen && ( 0 == *( pChars + nLen - 1 ) ) ) in GetString() 1806 rStr = ::rtl::OUString( pChars, nLen, gsl_getSystemTextEncoding() ); in GetString()
|
/trunk/main/sc/source/ui/view/ |
H A D | output2.cxx | 711 static const sal_Unicode pChars[] = in HasEditCharacters() local 715 return aString.SearchChar( pChars ) != STRING_NOTFOUND; in HasEditCharacters()
|