Home
last modified time | relevance | path

Searched refs:pStr (Results 1 – 25 of 342) sorted by path

12345678910>>...14

/aoo41x/main/automation/source/server/
H A Dscmdstrm.cxx54 comm_UniChar* pStr; in Read() local
56 CmdBaseStream::Read( pStr, nLenInChars ); in Read()
58 *pString = String( pStr, nLenInChars ); in Read()
59 delete [] pStr; in Read()
64 comm_UniChar* pStr; in Read() local
66 CmdBaseStream::Read( pStr, nLenInChars ); in Read()
68 aString = String( pStr, nLenInChars ); in Read()
69 delete [] pStr; in Read()
/aoo41x/main/basctl/source/basicide/
H A Dbasobj3.cxx121 const sal_Unicode* pStr = aOUSource.getStr(); in CreateMacro() local
122 if ( pStr[ nSourceLen - 1 ] != LINE_SEP ) in CreateMacro()
124 else if ( pStr[ nSourceLen - 2 ] != LINE_SEP ) in CreateMacro()
126 else if ( pStr[ nSourceLen - 3 ] == LINE_SEP ) in CreateMacro()
H A Dmoduldl2.cxx279 BasicLibLBoxString* pStr = new BasicLibLBoxString( pEntry, 0, pCol->GetText() ); in InitEntry() local
280 pEntry->ReplaceItem( pStr, nCol ); in InitEntry()
/aoo41x/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()
/aoo41x/main/basic/source/classes/
H A Dimage.cxx489 sal_Unicode* pStr = pStrings + nOff; in GetString() local
492 if( *pStr == 0 ) in GetString()
506 String aStr( pStr ); in GetString()
/aoo41x/main/basic/source/comp/
H A Dparser.cxx824 inline void addStringConst( SbiSymPool& rPool, const char* pSym, const char* pStr ) in addStringConst() argument
826 addStringConst( rPool, pSym, String::CreateFromAscii( pStr ) ); in addStringConst()
H A Dsbcomp.cxx265 static void lcl_lineOut( const char* pStr, const char* pPreStr = NULL, const char* pPostStr = NULL ) in lcl_lineOut() argument
269 fprintf( GpGlobalFile, "%s%s%s\n", pPreStr ? pPreStr : "", pStr, pPostStr ? pPostStr : "" ); in lcl_lineOut()
293 const sal_Char* pStr = aOStr.getStr(); in lcl_toOStringSkipLeadingWhites() local
296 sal_Char c = *pStr; in lcl_toOStringSkipLeadingWhites()
299 pStr++; in lcl_toOStringSkipLeadingWhites()
300 c = *pStr; in lcl_toOStringSkipLeadingWhites()
303 int nLen = strlen( pStr ); in lcl_toOStringSkipLeadingWhites()
304 strncpy( Buffer, pStr, nLen ); in lcl_toOStringSkipLeadingWhites()
/aoo41x/main/basic/source/sbx/
H A Dsbxscan.cxx448 sal_Unicode* pStr = (sal_Unicode*)aNewString.getStr(); in ImpConvStringExt() local
449 pStr[nPos] = (sal_Unicode)'.'; in ImpConvStringExt()
579 const xub_Unicode* pStr = rStr.GetBuffer(); in printfmtstr() local
586 rRes += *pStr++; pFmt++; break; in printfmtstr()
590 rRes += *pStr ? *pStr++ : static_cast< xub_Unicode >(' '); in printfmtstr()
593 rRes += *pStr ? *pStr++ : static_cast< xub_Unicode >(' '); in printfmtstr()
/aoo41x/main/canvas/inc/canvas/
H A Dverifyinput.hxx437 const char* pStr, in verifyInput() argument
476 const char* pStr, in verifyInput() argument
504 verifyInput( rArg0, pStr, xIf, 0 ); in verifyArgs()
514 verifyInput( rArg0, pStr, xIf, 0 ); in verifyArgs()
515 verifyInput( rArg1, pStr, xIf, 1 ); in verifyArgs()
527 verifyInput( rArg0, pStr, xIf, 0 ); in verifyArgs()
528 verifyInput( rArg1, pStr, xIf, 1 ); in verifyArgs()
529 verifyInput( rArg2, pStr, xIf, 2 ); in verifyArgs()
543 verifyInput( rArg0, pStr, xIf, 0 ); in verifyArgs()
544 verifyInput( rArg1, pStr, xIf, 1 ); in verifyArgs()
[all …]
/aoo41x/main/canvas/source/directx/
H A Ddx_canvasfont.cxx65 const sal_Unicode* pStr(rFontRequest.FontDescription.FamilyName.getStr()); in CanvasFont() local
67 std::copy(pStr,pStr+nLen,&pStrBuf[0]); in CanvasFont()
/aoo41x/main/canvas/source/tools/
H A Dverifyinput.cxx68 const char* pStr, in verifyInput() argument
72 (void)pStr; (void)xIf; (void)nArgPos; in verifyInput()
106 (void)pStr; (void)xIf; (void)nArgPos; in verifyInput()
140 (void)pStr; (void)xIf; (void)nArgPos; in verifyInput()
341 pStr, xIf, nArgPos ); in verifyInput()
351 pStr, xIf, nArgPos ); in verifyInput()
393 pStr, xIf, nArgPos ); in verifyInput()
465 mpStr( pStr ), in VerifyDashValue()
774 pStr, xIf, nArgPos ); in verifyInput()
849 (void)pStr; (void)xIf; in verifyBitmapSize()
[all …]
/aoo41x/main/chart2/source/controller/accessibility/
H A DAccessibleBase.cxx961 ::rtl::OUString* pStr = aSeq.getArray(); in getSupportedServiceNames()
962pStr[ 0 ] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.accessibility.Accessible" … in getSupportedServiceNames()
963pStr[ 1 ] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.accessibility.AccessibleCo… in getSupportedServiceNames()
/aoo41x/main/cli_ure/source/uno_bridge/
H A Dcli_data.cxx1343 rtl_uString** pStr= & ((rtl_uString**) & in map_to_uno() local
1345 *pStr= NULL; in map_to_uno()
1346 rtl_uString_newFromStr_WithLength( pStr, pdata, in map_to_uno()
/aoo41x/main/comphelper/source/misc/
H A Ddocpasswordhelper.cxx192 const sal_Unicode* pStr = aUString.getStr(); in GetWordHashAsUINT32() local
197 char nHighChar = (char)( pStr[nInd] >> 8 ); in GetWordHashAsUINT32()
198 char nLowChar = (char)( pStr[nInd] & 0xFF ); in GetWordHashAsUINT32()
/aoo41x/main/connectivity/inc/connectivity/
H A DCommonTools.hxx51 …OOO_DLLPUBLIC_DBTOOLS sal_Bool match(const sal_Unicode* pWild, const sal_Unicode* pStr, const sal_…
52 inline sal_Bool match( const rtl::OUString& rWild, const sal_Unicode* pStr, sal_Unicode cEscape) in match() argument
53 { return match( rWild.getStr(), pStr, cEscape); } in match()
/aoo41x/main/connectivity/source/commontools/
H A DCommonTools.cxx69 if ( *pStr == 0 ) in match()
90 if ( *pStr == 0 ) in match()
92 while ( *pStr && *pStr != *pWild ) in match()
99 pStr++; in match()
100 if ( *pStr == 0 ) in match()
107 if ( *pStr != 0 ) in match()
108 pStr++; in match()
311 if (*pStr > 127 || isdigit(*pStr)) in isValidSQLName()
314 for (; *pStr; ++pStr ) in isValidSQLName()
342 sal_Bool bValid(*pStr < 128 && !isdigit(*pStr)); in convertName2SQLName()
[all …]
H A Dpropertyids.cxx123 rtl_uString* pStr = NULL; in fillValue() local
137 …case PROPERTY_ID_NAME: { rtl_uString_newFromAscii(&pStr,getPROPERTY_NAME() ); break; } … in fillValue()
138 …case PROPERTY_ID_TYPE: { rtl_uString_newFromAscii(&pStr,getPROPERTY_TYPE() ); break; } … in fillValue()
139 …case PROPERTY_ID_TYPENAME: { rtl_uString_newFromAscii(&pStr,getPROPERTY_TYPENAME() ); break;… in fillValue()
141 …case PROPERTY_ID_SCALE: { rtl_uString_newFromAscii(&pStr,getPROPERTY_SCALE() ); break; } … in fillValue()
173 …case PROPERTY_ID_FORMATKEY: { rtl_uString_newFromAscii(&pStr,getPROPERTY_FORMATKEY() ); brea… in fillValue()
174 … case PROPERTY_ID_LOCALE: { rtl_uString_newFromAscii(&pStr,getPROPERTY_LOCALE() ); break; } in fillValue()
176 …case PROPERTY_ID_PRIVILEGES: { rtl_uString_newFromAscii(&pStr,getPROPERTY_PRIVILEGES() ); bre… in fillValue()
178 …case PROPERTY_ID_ISSIGNED: { rtl_uString_newFromAscii(&pStr,getPROPERTY_ID_ISSIGNED() ); bre… in fillValue()
189 m_aPropertyMap[_nIndex] = pStr; in fillValue()
[all …]
/aoo41x/main/connectivity/source/drivers/dbase/
H A DDNoException.cxx285 char* pStr = aBuf.AllocBuffer(nLen+1); in Read() local
287 rStream.Read(pStr,nLen); in Read()
288 pStr[nLen] = 0; in Read()
H A Ddindexnode.cxx715 char* pStr = aBuf.AllocBuffer(nLen+1); in Read() local
717 rStream.Read(pStr,nLen); in Read()
718 pStr[nLen] = 0; in Read()
/aoo41x/main/connectivity/source/drivers/evoab2/
H A DNResultSet.cxx202 const char *pStr = g_value_get_string( &_rValue ); in valueToOUString() local
203 rtl::OString aStr( pStr ? pStr : "" ); in valueToOUString()
/aoo41x/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()
/aoo41x/main/cosv/inc/cosv/
H A Dstreamstr.hxx307 StreamStr & operator()() { return *pStr; } in operator ()()
310 StreamStr * pStr; member in csv::StreamStrLock
/aoo41x/main/cosv/source/strings/
H A Dstreamstr.cxx853 : pStr( &StreamStrPool::AcquireFromPool_(i_nMinimalSize) ) in StreamStrLock()
859 StreamStrPool::ReleaseToPool_(pStr); in ~StreamStrLock()
/aoo41x/main/cppuhelper/source/
H A Dimplbase_ex.cxx70 static inline bool isXInterface( rtl_uString * pStr ) SAL_THROW( () ) in isXInterface() argument
72 …return (((OUString const *)&pStr)->equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("com.sun.star.uno.XInt… in isXInterface()
/aoo41x/main/cui/source/dialogs/
H A Dcuigaldlg.cxx403 for( String* pStr = mpBrowser->aFoundList.First(); pStr; pStr = mpBrowser->aFoundList.Next() ) in IMPL_LINK() local
404 delete pStr; in IMPL_LINK()
825 for( String* pStr = aFoundList.First(); pStr; pStr = aFoundList.Next() ) in ~TPGalleryThemeProperties() local
826 delete pStr; in ~TPGalleryThemeProperties()
1004 for( String* pStr = aFoundList.First(); pStr; pStr = aFoundList.Next() ) in SearchFiles() local
1005 delete pStr; in SearchFiles()

Completed in 132 milliseconds

12345678910>>...14