Home
last modified time | relevance | path

Searched refs:pStr (Results 151 – 175 of 337) sorted by relevance

12345678910>>...14

/trunk/main/sw/source/filter/ww8/
H A Dwrtw8esh.cxx364 const rtl::OUString *pStr = (const rtl::OUString *)aTmp.getValue(); in DoComboBox() local
365 if (pStr) in DoComboBox()
366 sSelected = *pStr; in DoComboBox()
372 const rtl::OUString *pStr = (const rtl::OUString *)aTmp.getValue(); in DoComboBox() local
373 if (pStr) in DoComboBox()
374 sName = *pStr; in DoComboBox()
388 if (pStr) in DoComboBox()
389 sHelp = *pStr; in DoComboBox()
399 const rtl::OUString *pStr = (const rtl::OUString *)aTmp.getValue(); in DoComboBox() local
400 if (pStr) in DoComboBox()
[all …]
/trunk/main/i18npool/source/characterclassification/
H A Dcclass_unicode.cxx97 rtl_uString* pStr = x_rtl_uString_new_WithLength( nCount ); // defined in x_rtl_ustring.h in toTitle() local
98 sal_Unicode* out = pStr->buffer; in toTitle()
110 return OUString( pStr, SAL_NO_ACQUIRE ); in toTitle()
/trunk/main/i18npool/source/localedata/
H A DLocaleNode.hxx143 void incError( const char* pStr ) const;
147 void incErrorInt( const char* pStr, int nVal ) const;
149 void incErrorStr( const char* pStr, const ::rtl::OUString& rVal ) const;
/trunk/main/sc/source/ui/dbgui/
H A Dfoptmgr.cxx285 String* pStr = NULL; in IMPL_LINK() local
292 pStr = (String*)rLbCopyPos.GetEntryData( i ); in IMPL_LINK()
293 bFound = (theCurPosStr == *pStr); in IMPL_LINK()
H A Dsfiltdlg.cxx507 String* pStr = NULL; in IMPL_LINK() local
514 pStr = (String*)aLbFilterArea.GetEntryData( i ); in IMPL_LINK()
515 bFound = (theCurAreaStr == *pStr); in IMPL_LINK()
/trunk/main/sysui/source/win32/misc/
H A DWinImplHelper.cxx340 sal_uInt32 SAL_CALL _wcslenex( const sal_Unicode* pStr ) in _wcslenex() argument
342 if ( !pStr ) in _wcslenex()
345 const sal_Unicode* pTemp = pStr; in _wcslenex()
/trunk/main/svtools/source/graphic/
H A Dgrfcache.cxx144 sal_Char* pStr = aHexStr.AllocBuffer( 32 ); in GetIDString() local
148 *pStr++ = aHexData[ ( mnID1 >> (sal_uInt32) nShift ) & 0xf ]; in GetIDString()
151 *pStr++ = aHexData[ ( mnID2 >> (sal_uInt32) nShift ) & 0xf ]; in GetIDString()
154 *pStr++ = aHexData[ ( mnID3 >> (sal_uInt32) nShift ) & 0xf ]; in GetIDString()
157 *pStr++ = aHexData[ ( mnID4 >> (sal_uInt32) nShift ) & 0xf ]; in GetIDString()
/trunk/main/sw/source/core/undo/
H A Dundel.cxx575 String * pStr = NULL; in GetRewriter() local
605 pStr = pSttStr; in GetRewriter()
607 pStr = pEndStr; in GetRewriter()
609 if (pStr != NULL) in GetRewriter()
611 aStr = DenoteSpecialCharacters(*pStr); in GetRewriter()
H A Dunins.cxx446 String * pStr = NULL; in GetRewriter() local
450 pStr = pTxt; in GetRewriter()
452 pStr = pUndoTxt; in GetRewriter()
454 if (pStr) in GetRewriter()
456 String aString = ShortenString(DenoteSpecialCharacters(*pStr), in GetRewriter()
/trunk/main/oox/source/docprop/
H A Ddocprophandler.cxx167 const sal_Unicode* pStr = aChars.getStr(); in GetKeywordsSet() local
168 for( sal_Int32 nInd = 0; nInd < aChars.getLength() && pStr[nInd] != 0; nInd++ ) in GetKeywordsSet()
170 switch( pStr[nInd] ) in GetKeywordsSet()
189 aResult[nCounter] += ::rtl::OUString( (sal_Unicode)pStr[nInd] ); in GetKeywordsSet()
/trunk/main/basegfx/source/tools/
H A Ddebugplotter.cxx402 void DebugPlotter::print( const sal_Char* pStr ) in print() argument
405 *mpOutputStream << pStr; in print()
407 OSL_TRACE( pStr ); in print()
/trunk/main/connectivity/source/drivers/jdbc/
H A Dtools.cxx104 jstring pStr = pEnv->NewString(_rTemp.getStr(), _rTemp.getLength()); in convertwchar_tToJavaString() local
106 OSL_ENSURE(pStr,"Could not create a jsstring object!"); in convertwchar_tToJavaString()
107 return pStr; in convertwchar_tToJavaString()
/trunk/main/tools/inc/
H A Dimpstrg.hxx41 xub_StrLen ImplStringLen( const sal_Char* pStr );
42 xub_StrLen ImplStringLen( const sal_Unicode* pStr );
/trunk/main/embeddedobj/source/msole/
H A Dolecomponent.cxx405 ::rtl::OUString WinAccToVcl_Impl( const sal_Unicode* pStr ) in WinAccToVcl_Impl() argument
409 if( pStr ) in WinAccToVcl_Impl()
411 while ( *pStr ) in WinAccToVcl_Impl()
413 if ( *pStr == '&' ) in WinAccToVcl_Impl()
416 while( *( ++pStr ) == '&' ); in WinAccToVcl_Impl()
420 aResult += ::rtl::OUString( pStr, 1 ); in WinAccToVcl_Impl()
421 pStr++; in WinAccToVcl_Impl()
/trunk/main/sc/source/filter/excel/
H A Dexcrecds.cxx617 static OString lcl_GetValue( sal_uInt8 nType, double fVal, XclExpString* pStr ) in lcl_GetValue() argument
621 case EXC_AFTYPE_STRING: return XclXmlUtils::ToOString( *pStr ); in lcl_GetValue()
684 if( rEntry.pStr ) in AddEntry()
686 sText.Assign( *rEntry.pStr ); in AddEntry()
/trunk/main/idl/source/objects/
H A Dobject.cxx899 ByteString * pStr = aStringList.First(); in WriteSfx() local
900 while( pStr ) in WriteSfx()
902 delete pStr; in WriteSfx()
903 pStr = aStringList.Next(); in WriteSfx()
/trunk/main/sw/source/core/fields/
H A Ddbfld.cxx60 sal_Unicode* pStr = sTmp.GetBufferAccess(); in lcl_DBTrennConv() local
61 for( sal_uInt16 i = sTmp.Len(); i; --i, ++pStr ) in lcl_DBTrennConv()
62 if( DB_DELIM == *pStr ) in lcl_DBTrennConv()
63 *pStr = '.'; in lcl_DBTrennConv()
/trunk/main/sw/source/core/doc/
H A Ddocfld.cxx1823 String* pStr = new String( pParam->sDataSource ); in GetAllDBNames() local
1824 (*pStr) += DB_DELIM; in GetAllDBNames()
1825 (*pStr) += (String)pParam->sCommand; in GetAllDBNames()
1826 rAllDBNames.Insert( pStr, rAllDBNames.Count() ); in GetAllDBNames()
1847 const String* pStr = rAllDBNames.GetObject(i); in FindUsedDBs() local
1849 if( STRING_NOTFOUND != (nPos = sFormel.Search( *pStr )) && in FindUsedDBs()
1850 sFormel.GetChar( nPos + pStr->Len() ) == '.' && in FindUsedDBs()
1855 nPos += pStr->Len() + 1; in FindUsedDBs()
1858 String* pDBNm = new String( *pStr ); in FindUsedDBs()
/trunk/main/sax/source/expatwrap/
H A Dsaxwriter.cxx143 inline sal_Bool convertToXML(const sal_Unicode * pStr,
278 inline sal_Bool SaxWriterHelper::convertToXML( const sal_Unicode * pStr, in convertToXML() argument
290 sal_uInt16 c = pStr[i]; in convertToXML()
804 inline sal_Int32 calcXMLByteLength( const sal_Unicode *pStr, sal_Int32 nStrLen, in calcXMLByteLength() argument
813 sal_uInt16 c = pStr[i]; in calcXMLByteLength()
/trunk/main/sc/source/core/data/
H A Ddptablecache.cxx740 bOk = pTransliteration->isEqual( aCellStr, *rEntry.pStr ); in ValidQuery()
742 String aStr = *rEntry.pStr;//"f*" in ValidQuery()
773 *rEntry.pStr, ScGlobal::eLnge, 0, rEntry.pStr->Len(), in ValidQuery()
783 aCellStr, *rEntry.pStr ); in ValidQuery()
/trunk/main/svtools/source/control/
H A Daccessibleruler.cxx425 const OUString* pStr = aSupportedServices.getConstArray(); in supportsService() local
427 for( int i = nLength ; i ; --i, ++pStr ) in supportsService()
429 if( sServiceName == *pStr ) in supportsService()
/trunk/main/writerfilter/source/resourcemodel/
H A Dresourcemodel.cxx414 boost::shared_ptr<rtl::OString> pStr(new ::rtl::OString()); in attribute() local
416 aStr.convertToString(pStr.get(), RTL_TEXTENCODING_ASCII_US, in attribute()
418 string sXMLValue = xmlify(pStr->getStr()); in attribute()
/trunk/main/linguistic/workben/
H A Dsspellimp.cxx240 OUString *pStr = aStr.getArray(); in GetProposals() local
247 pStr[0] = aAlt1; in GetProposals()
248 pStr[1] = aAlt2; in GetProposals()
/trunk/main/fpicker/source/win32/misc/
H A DWinImplHelper.cxx471 sal_uInt32 SAL_CALL _wcslenex( const sal_Unicode* pStr ) in _wcslenex() argument
473 if ( !pStr ) in _wcslenex()
476 const sal_Unicode* pTemp = pStr; in _wcslenex()
/trunk/main/tools/inc/tools/
H A Drc.hxx55 static sal_uInt32 GetStringRes( UniString& rStr, const sal_uInt8* pStr ) in GetStringRes() argument
56 { return ResMgr::GetString( rStr, pStr ); } in GetStringRes()

Completed in 184 milliseconds

12345678910>>...14