/aoo41x/main/forms/source/xforms/xpathlib/ |
H A D | xpathlib.cxx | 101 ::rtl::OUString aString((char*)pString, strlen((char*)pString), RTL_TEXTENCODING_UTF8); in xforms_booleanFromStringFunction() 231 ::rtl::OUString aString((char*)pString, strlen((char*)pString), RTL_TEXTENCODING_UTF8); in xforms_propertyFunction() 345 ::rtl::OUString aString((char*)pString, strlen((char*)pString), RTL_TEXTENCODING_UTF8); in xforms_daysFromDateFunction() 368 ::rtl::OUString aString((char*)pString, strlen((char*)pString), RTL_TEXTENCODING_UTF8); in xforms_secondsFromDateTimeFunction() 394 char *pString0 = pString; in parseDuration() 397 if (pString[0] == '-') { in parseDuration() 399 pString++; in parseDuration() 402 if (pString[0] != 'P') in parseDuration() 404 pString++; in parseDuration() 405 char* pToken = pString; in parseDuration() [all …]
|
/aoo41x/main/soldep/bootstrp/ |
H A D | sstring.cxx | 46 if ( *pString == *pStr ) in IsString() 53 ByteString* pString = GetObject( 0 ); in IsString() local 54 if ( pString && (*pString == *pStr) ) in IsString() 70 ByteString* pString; in GetPrevString() local 76 pString = GetObject( nCurrent ); in GetPrevString() 119 if ( *pStr != *pString ) in PutString() 206 if ( *pString == *pStr ) in IsString() 214 if ( pString && (*pString == *pStr) ) in IsString() 230 UniString* pString; in GetPrevString() local 236 pString = GetObject( nCurrent ); in GetPrevString() [all …]
|
H A D | prj.cxx | 193 while ( pString ) in ~CommandData() 195 delete pString; in ~CommandData() 205 while ( pString ) in ~CommandData() 207 delete pString; in ~CommandData() 397 while ( pString ) in ~DepInfo() 399 delete pString; in ~DepInfo() 504 if ( pString && (*pString == *pStr) ) in IsString() 567 while ( pString ) in PutModeString() 834 while ( pString ) in RemoveStringList() 836 delete pString; in RemoveStringList() [all …]
|
/aoo41x/main/vcl/aqua/source/window/ |
H A D | salmenu.cxx | 126 if (pString) in initAppMenu() 141 if (pString) in initAppMenu() 159 if( pString ) in initAppMenu() 169 if( pString ) in initAppMenu() 179 if( pString ) in initAppMenu() 692 if (pString) in SetItemText() 698 [pString release]; in SetItemText() 781 if (pString) in SetAccelerator() 782 [pString release]; in SetAccelerator() 940 if (pString) in AquaSalMenuItem() [all …]
|
/aoo41x/main/forms/source/xforms/submission/ |
H A D | serialization_urlencoded.cxx | 88 while( *pString != 0) in encode_and_append() 90 if( *pString < 0x80 ) in encode_and_append() 92 if ( is_unreserved(*pString) ) { in encode_and_append() 93 aBuffer.append(*pString); in encode_and_append() 94 } else if (*pString == 0x20) { in encode_and_append() 96 } else if (*pString == 0x0d && *(pString+1) == 0x0a) { in encode_and_append() 98 pString++; in encode_and_append() 99 } else if (*pString == 0x0a) { in encode_and_append() 108 while (*pString >= 0x80) { in encode_and_append() 110 pString++; in encode_and_append() [all …]
|
/aoo41x/main/automation/source/server/ |
H A D | cmdbasestream.cxx | 48 void CmdBaseStream::GenError (rtl::OString *pUId, comm_String *pString ) in GenError() argument 52 Write(pString); in GenError() 84 Write(pString); in GenReturn() 109 Write(pString); in GenReturn() 128 Write(pString); in GenReturn() 167 Write(pString); in GenReturn() 177 Write(pString); in GenReturn() 325 void CmdBaseStream::Read ( comm_String* &pString ) in Read() argument 327 (void) pString; /* avoid warning about unused parameter */ in Read() 336 void CmdBaseStream::Write( comm_String *pString ) in Write() argument [all …]
|
H A D | scmdstrm.cxx | 50 void SCmdStream::Read (String* &pString) in Read() argument 52 if ( !pString ) in Read() 53 pString = new String(); in Read() 58 *pString = String( pStr, nLenInChars ); in Read()
|
/aoo41x/main/sal/rtl/source/ |
H A D | hash.cxx | 72 rtl_str_hash_intern (rtl_uString *pString, in rtl_str_hash_intern() argument 77 aIter = pHash->find(pString); in rtl_str_hash_intern() 87 rtl_uString_newFromString( &pCopy, pString ); in rtl_str_hash_intern() 88 pString = pCopy; in rtl_str_hash_intern() 89 if (!pString) in rtl_str_hash_intern() 93 if (!SAL_STRING_IS_STATIC (pString)) in rtl_str_hash_intern() 94 pString->refCount |= SAL_STRING_INTERN_FLAG; in rtl_str_hash_intern() 95 pHash->insert(pString); in rtl_str_hash_intern() 97 return pString; in rtl_str_hash_intern() 101 rtl_str_hash_remove (rtl_uString *pString) in rtl_str_hash_remove() argument [all …]
|
/aoo41x/main/rsc/source/prj/ |
H A D | start.cxx | 209 ByteString* pString; in CallRsc2() local 260 pString = pInputList->First(); in CallRsc2() 261 while( pString ) in CallRsc2() 268 pString = pInputList->Next(); in CallRsc2() 341 ByteString* pString; in SAL_IMPLEMENT_MAIN_WITH_ARGS() local 432 pString = aInputList.First(); in SAL_IMPLEMENT_MAIN_WITH_ARGS() 433 while( pString ) in SAL_IMPLEMENT_MAIN_WITH_ARGS() 443 pString = aInputList.Next(); in SAL_IMPLEMENT_MAIN_WITH_ARGS() 460 pString = aTmpList.First(); in SAL_IMPLEMENT_MAIN_WITH_ARGS() 461 while( pString ) in SAL_IMPLEMENT_MAIN_WITH_ARGS() [all …]
|
/aoo41x/main/sd/source/filter/ppt/ |
H A D | propread.cxx | 123 sal_Char* pString = new sal_Char[ nItemSize ]; in Read() local 129 sal_Unicode* pWString = (sal_Unicode*)pString; in Read() 140 SvMemoryStream::Read( pString, nItemSize ); in Read() 141 if ( pString[ nItemSize - 1 ] == 0 ) in Read() 150 delete[] pString; in Read() 170 *this >> pString[ i ]; in Read() 171 if ( pString[ i - 1 ] == 0 ) in Read() 179 delete[] pString; in Read() 380 sal_Char* pString = new sal_Char[ nSize ]; in GetDictionary() local 381 aStream.Read( pString, nSize ); in GetDictionary() [all …]
|
/aoo41x/main/comphelper/source/property/ |
H A D | ChainablePropertySet.cxx | 155 const OUString * pString = aPropertyNames.getConstArray(); in setPropertyValues() local 158 for ( sal_Int32 i = 0; i < nCount; ++i, ++pString, ++pAny ) in setPropertyValues() 160 aIter = mpInfo->maMap.find ( *pString ); in setPropertyValues() 162 throw UnknownPropertyException( *pString, static_cast< XPropertySet* >( this ) ); in setPropertyValues() 188 const OUString * pString = aPropertyNames.getConstArray(); in getPropertyValues() local 191 for ( sal_Int32 i = 0; i < nCount; ++i, ++pString, ++pAny ) in getPropertyValues() 193 aIter = mpInfo->maMap.find ( *pString ); in getPropertyValues() 195 throw UnknownPropertyException( *pString, static_cast< XPropertySet* >( this ) ); in getPropertyValues() 249 const OUString * pString = rPropertyNames.getConstArray(); in getPropertyStates() local 253 for ( sal_Int32 i = 0; i < nCount; ++i, ++pString, ++pState ) in getPropertyStates() [all …]
|
H A D | MasterPropertySet.cxx | 239 const OUString * pString = aPropertyNames.getConstArray(); in setPropertyValues() local 249 for ( sal_Int32 i = 0; i < nCount; ++i, ++pString, ++pAny ) in setPropertyValues() 251 aIter = mpInfo->maMap.find ( *pString ); in setPropertyValues() 253 throw UnknownPropertyException( *pString, static_cast< XPropertySet* >( this ) ); in setPropertyValues() 304 const OUString * pString = aPropertyNames.getConstArray(); in getPropertyValues() local 314 for ( sal_Int32 i = 0; i < nCount; ++i, ++pString, ++pAny ) in getPropertyValues() 316 aIter = mpInfo->maMap.find ( *pString ); in getPropertyValues() 318 throw UnknownPropertyException( *pString, static_cast< XPropertySet* >( this ) ); in getPropertyValues() 413 const OUString * pString = rPropertyNames.getConstArray(); in getPropertyStates() local 417 for ( sal_Int32 i = 0; i < nCount; ++i, ++pString, ++pState ) in getPropertyStates() [all …]
|
/aoo41x/main/sc/source/ui/inc/ |
H A D | acredlin.hxx | 87 void SetpAction (String* pString) {pAction= pString;} in SetpAction() argument 88 void SetpPos (String* pString) {pPos = pString;} in SetpPos() argument 89 void SetpAuthor (String* pString) {pAuthor= pString;} in SetpAuthor() argument 90 void SetpDate (String* pString) {pDate = pString;} in SetpDate() argument 91 void SetpComment(String* pString) {pComment=pString;} in SetpComment() argument
|
/aoo41x/main/vcl/unx/generic/printergfx/ |
H A D | common_gfx.cxx | 529 sal_Char pString[nBezString]; in DrawPolyLineBezier() local 538 WritePS(mpPageBody, pString); in DrawPolyLineBezier() 568 WritePS(mpPageBody, pString); in DrawPolyLineBezier() 580 sal_Char pString[nBezString]; in DrawPolygonBezier() local 592 WritePS(mpPageBody, pString); in DrawPolygonBezier() 606 WritePS(mpPageBody, pString); in DrawPolygonBezier() 636 sal_Char pString[nBezString]; in DrawPolyPolygonBezier() local 649 WritePS(mpPageBody, pString); in DrawPolyPolygonBezier() 657 WritePS(mpPageBody, pString); in DrawPolyPolygonBezier() 670 WritePS(mpPageBody, pString); in DrawPolyPolygonBezier() [all …]
|
H A D | psputil.cxx | 155 WritePS (osl::File* pFile, const sal_Char* pString) in WritePS() argument 157 sal_uInt64 nInLength = rtl_str_getLength (pString); in WritePS() 161 pFile->write (pString, nInLength, nOutLength); in WritePS() 167 WritePS (osl::File* pFile, const sal_Char* pString, sal_uInt64 nInLength) in WritePS() argument 172 pFile->write (pString, nInLength, nOutLength); in WritePS()
|
/aoo41x/main/sd/source/ui/func/ |
H A D | fuinsfil.cxx | 415 while( pString ) in InsSDDinDrMode() 417 delete pString; in InsSDDinDrMode() 418 pString = (String*) pBookmarkList->Next(); in InsSDDinDrMode() 427 while( pString ) in InsSDDinDrMode() 429 delete pString; in InsSDDinDrMode() 451 while( pString ) in InsSDDinDrMode() 453 delete pString; in InsSDDinDrMode() 454 pString = (String*) pBookmarkList->Next(); in InsSDDinDrMode() 463 while( pString ) in InsSDDinDrMode() 465 delete pString; in InsSDDinDrMode() [all …]
|
/aoo41x/main/automation/source/inc/ |
H A D | cmdbasestream.hxx | 47 void GenError( rtl::OString *pUId, comm_String *pString ); 51 void GenReturn( comm_USHORT nRet, rtl::OString *pUId, comm_String *pString ); 53 …void GenReturn( comm_USHORT nRet, rtl::OString *pUId, comm_ULONG nNr, comm_String *pString, comm_B… 56 void GenReturn( comm_USHORT nRet, comm_USHORT nMethod, comm_String *pString ); 62 … void GenReturn( comm_USHORT nRet, rtl::OString *pUId, comm_USHORT nMethod, comm_String *pString ); 63 …void GenReturn( comm_USHORT nRet, rtl::OString *pUId, comm_USHORT nMethod, comm_String *pString, c… 79 virtual void Read ( comm_String *&pString ); 82 virtual void Write( comm_String *pString );
|
/aoo41x/main/vbahelper/source/msforms/ |
H A D | vbalistcontrolhelper.cxx | 61 rtl::OUString* pString = sList.getArray() + nIndex; in AddItem() local 66 for ( ; pString != pEndString; ++pString ) in AddItem() 67 sVec.push_back( *pString ); in AddItem() 72 pString = sList.getArray() + nIndex; in AddItem() 75 for ( ; pString != pEndString; ++pString, ++it) in AddItem() 76 *pString = *it; in AddItem()
|
/aoo41x/main/package/source/zippackage/ |
H A D | zipfileaccess.cxx | 85 const sal_Unicode* pString = aString.getStr(); in GetPatternsFromString_Impl() local 86 while( *pString ) in GetPatternsFromString_Impl() 88 if ( *pString == (sal_Unicode)'\\' ) in GetPatternsFromString_Impl() 90 pString++; in GetPatternsFromString_Impl() 92 if ( *pString == (sal_Unicode)'\\' ) in GetPatternsFromString_Impl() 95 pString++; in GetPatternsFromString_Impl() 97 else if ( *pString == (sal_Unicode)'*' ) in GetPatternsFromString_Impl() 100 pString++; in GetPatternsFromString_Impl() 108 else if ( *pString == (sal_Unicode)'*' ) in GetPatternsFromString_Impl() 111 pString++; in GetPatternsFromString_Impl() [all …]
|
/aoo41x/main/svtools/source/filter/ixpm/ |
H A D | xpmread.cxx | 241 sal_uInt8* pString = mpStringBuf; in ImplGetColor() local 248 *pPtr++ = *pString++; in ImplGetColor() 261 sal_uInt8* pString = mpStringBuf; in ImplGetScanLine() local 282 j = (*pString++) << 8; in ImplGetScanLine() 283 j += *pString++; in ImplGetScanLine() 297 if ( ImplCompare( pString, pColor, mnCpp, XPMCASESENSITIVE ) == sal_True ) in ImplGetScanLine() 312 pString += mnCpp; in ImplGetScanLine() 580 sal_uInt8* pString = mpStringBuf; in ImplGetString() local 640 *pString++ = mcThisByte; in ImplGetString() 641 pString[0] = 0; in ImplGetString()
|
/aoo41x/main/sc/source/core/data/ |
H A D | validat.cxx | 601 const String* pString = (mbOk && pToken) ? &pToken->GetString() : NULL; in Next() local 603 return (mbSkipEmpty && pString && !pString->Len()) ? Next() : pString; in Next() 825 for( const String* pString = aIt.First(); pString && aIt.Ok(); pString = aIt.Next() ) in FillSelectionList() local 828 … bool bIsValue = GetDocument()->GetFormatTable()->IsNumberFormat( *pString, nFormat, fValue ); in FillSelectionList() 829 …TypedStrData* pData = new TypedStrData( *pString, fValue, bIsValue ? SC_STRTYPE_VALUE : SC_STRTYPE… in FillSelectionList() 877 for( const String* pString = aIt.First(); pString && aIt.Ok(); pString = aIt.Next() ) in IsListValid() local 886 if( GetDocument()->GetFormatTable()->IsNumberFormat( *pString, nFormat, fValue ) ) in IsListValid() 889 aCondTokArr.AddString( *pString ); in IsListValid()
|
/aoo41x/main/sc/source/filter/lotus/ |
H A D | tool.cxx | 77 void PutFormString( SCCOL nCol, SCROW nRow, SCTAB nTab, sal_Char* pString ) in PutFormString() argument 80 DBG_ASSERT( pString != NULL, "PutFormString(): pString == NULL" ); in PutFormString() 81 if (!pString) in PutFormString() 87 cForm = *pString; in PutFormString() 93 pString++; in PutFormString() 97 pString++; in PutFormString() 101 pString++; in PutFormString() 104 pString = NULL; in PutFormString() 108 pString++; in PutFormString() 115 ScStringCell* pZelle = new ScStringCell( String( pString, pLotusRoot->eCharsetQ ) ); in PutFormString()
|
/aoo41x/main/rsc/source/rsc/ |
H A D | rsc.cxx | 345 ByteString *pString; in ~RscCmdLine() local 348 delete pString; in ~RscCmdLine() 350 delete pString; in ~RscCmdLine() 430 ByteString* pString; in ~RscCompiler() local 433 pString = aTmpFileList.First(); in ~RscCompiler() 434 while( pString ) in ~RscCompiler() 437 delete pString; in ~RscCompiler() 438 pString = aTmpFileList.Next(); in ~RscCompiler() 470 ByteString* pString; in Start() local 482 if( !pString ) in Start() [all …]
|
/aoo41x/main/sw/source/ui/frmdlg/ |
H A D | cption.cxx | 181 String* pString = 0; in SwCaptionDialog() local 186 pString = ::GetOldGrfCat(); in SwCaptionDialog() 200 pString = ::GetOldTabCat(); in SwCaptionDialog() 208 pString = ::GetOldFrmCat(); in SwCaptionDialog() 216 pString = ::GetOldFrmCat(); in SwCaptionDialog() 221 pString = ::GetOldDrwCat(); in SwCaptionDialog() 225 if( pString && pString->Len()) in SwCaptionDialog() 226 aCategoryBox.SetText( *pString ); in SwCaptionDialog()
|
/aoo41x/main/sd/source/ui/view/ |
H A D | sdview2.cxx | 950 String* pString = (String*) pBookmarkList->First(); in GetExchangeList() local 952 while( pString && bNameOK ) in GetExchangeList() 954 String* pNewName = new String( *pString ); in GetExchangeList() 989 bListIdentical = ( *pString == *pNewName ); in GetExchangeList() 992 pString = (String*) pBookmarkList->Next(); in GetExchangeList() 999 String* pString = (String*) rpExchangeList->First(); in GetExchangeList() local 1000 while( pString ) in GetExchangeList() 1002 delete pString; in GetExchangeList() 1003 pString = (String*) rpExchangeList->Next(); in GetExchangeList()
|