Home
last modified time | relevance | path

Searched refs:pString (Results 1 – 25 of 162) sorted by relevance

1234567

/trunk/main/forms/source/xforms/xpathlib/
H A Dxpathlib.cxx101 ::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 …]
/trunk/main/vcl/aqua/source/window/
H A Dsalmenu.cxx126 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 …]
/trunk/main/forms/source/xforms/submission/
H A Dserialization_urlencoded.cxx88 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 …]
/trunk/main/automation/source/server/
H A Dcmdbasestream.cxx48 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 Dscmdstrm.cxx50 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()
/trunk/main/rsc/source/prj/
H A Dstart.cxx209 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 …]
/trunk/main/sal/rtl/source/
H A Dhash.cxx72 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 …]
/trunk/main/sd/source/filter/ppt/
H A Dpropread.cxx123 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 …]
/trunk/main/comphelper/source/property/
H A DChainablePropertySet.cxx155 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 DMasterPropertySet.cxx239 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 …]
/trunk/main/sc/source/ui/inc/
H A Dacredlin.hxx87 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
/trunk/main/vcl/unx/generic/printergfx/
H A Dcommon_gfx.cxx529 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 Dpsputil.cxx155 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()
/trunk/main/sd/source/ui/func/
H A Dfuinsfil.cxx415 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 …]
/trunk/main/automation/source/inc/
H A Dcmdbasestream.hxx47 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 );
/trunk/main/package/source/package/zippackage/
H A Dzipfileaccess.cxx85 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 …]
/trunk/main/vbahelper/source/msforms/
H A Dvbalistcontrolhelper.cxx61 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()
/trunk/main/sc/source/core/data/
H A Dvalidat.cxx601 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()
/trunk/main/svtools/source/filter/ixpm/
H A Dxpmread.cxx241 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()
/trunk/main/rsc/source/rsc/
H A Drsc.cxx345 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 …]
/trunk/main/sc/source/filter/lotus/
H A Dtool.cxx77 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()
/trunk/main/sw/source/ui/frmdlg/
H A Dcption.cxx181 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()
/trunk/main/sd/source/ui/view/
H A Dsdview2.cxx950 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()
/trunk/main/svl/source/numbers/
H A Dzforfind.hxx160 const sal_Unicode* pString, in StringPtrContains() argument
163 if ( rWhat.GetChar(0) != *(pString+nPos) ) in StringPtrContains()
165 return StringPtrContainsImpl( rWhat, pString, nPos ); in StringPtrContains()
173 const sal_Unicode* pString,
/trunk/main/accessibility/source/extended/
H A DAccessibleGridControlBase.cxx307 const OUString* pString = pArrBegin; in supportsService() local
309 for( ; ( pString != pArrEnd ) && ( rServiceName != *pString ); ++pString ) in supportsService()
311 return pString != pArrEnd; in supportsService()

Completed in 107 milliseconds

1234567