Home
last modified time | relevance | path

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

1234567

/trunk/main/accessibility/source/extended/
H A DAccessibleBrowseBoxBase.cxx362 const OUString* pString = pArrBegin; in supportsService() local
364 for( ; ( pString != pArrEnd ) && ( rServiceName != *pString ); ++pString ) in supportsService()
367 return pString != pArrEnd; in supportsService()
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()
/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/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 Dretstrm.cxx91 void RetStream::Write( String *pString ) in Write() argument
93 CmdBaseStream::Write( pString->GetBuffer(), pString->Len() ); in Write()
H A Dretstrm.hxx78 virtual void Write( String *pString );
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()
H A Dscmdstrm.hxx54 virtual void Read (String* &pString);
H A Dserver.cxx76 void TestToolDebugPrint( const sal_Char *pString ) in TestToolDebugPrint() argument
78 if ( !DbgFilterMessage( pString ) ) in TestToolDebugPrint()
79 StatementList::DirectLog( S_AssertError, UniString( pString, RTL_TEXTENCODING_UTF8 ) ); in TestToolDebugPrint()
81 void SAL_CALL osl_TestToolDebugPrint( const sal_Char *pString ) in osl_TestToolDebugPrint() argument
83 TestToolDebugPrint( pString ); in osl_TestToolDebugPrint()
H A Dstatemnt.hxx82 AUTOMATION_DLLPUBLIC void SAL_CALL osl_TestToolDebugPrint( const sal_Char *pString );
/trunk/main/bridges/source/cpp_uno/cc50_solaris_intel/
H A Dhash.cxx97 NIST_Hash( const char* pString, sal_uInt32 nLen );
210 NIST_Hash::NIST_Hash( const char* pString, sal_uInt32 nLen ) in NIST_Hash() argument
222 memcpy( data, pString, sizeof( data ) ); in NIST_Hash()
223 pString += sizeof( data ); in NIST_Hash()
227 memcpy( data, pString, nLen ); in NIST_Hash()
/trunk/main/bridges/source/cpp_uno/cc50_solaris_sparc/
H A Dhash.cxx98 NIST_Hash( const char* pString, sal_uInt32 nLen );
211 NIST_Hash::NIST_Hash( const char* pString, sal_uInt32 nLen ) in NIST_Hash() argument
223 memcpy( data, pString, sizeof( data ) ); in NIST_Hash()
224 pString += sizeof( data ); in NIST_Hash()
228 memcpy( data, pString, nLen ); in NIST_Hash()
/trunk/main/comphelper/source/misc/
H A Dmimeconfighelper.cxx90 const sal_Char* pString = aCharClassID.getStr(); in GetSequenceClassIDRepresentation() local
91 if ( pString ) in GetSequenceClassIDRepresentation()
99 sal_uInt8 nDigit1 = GetDigit_Impl( pString[nStrPointer++] ); in GetSequenceClassIDRepresentation()
100 sal_uInt8 nDigit2 = GetDigit_Impl( pString[nStrPointer++] ); in GetSequenceClassIDRepresentation()
107 if ( nStrPointer < nLength && pString[nStrPointer] == '-' ) in GetSequenceClassIDRepresentation()
/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/cui/source/options/
H A Doptlingu.cxx603 const OUString *pString = rSeq.getConstArray(); in lcl_SeqGetIndex() local
606 if (pString[i] == rTxt) in lcl_SeqGetIndex()
/trunk/main/cui/source/tabpages/
H A Dautocdlg.cxx327 String *pString; member
331 { pString = pText; pFont = pFnt;} in ImpUserData()
406 String sTxt( pUserData->pString->GetToken( 0, 1, nPos )); in Paint()
798 pMapDlg->SetChar( pUserData->pString->GetChar(0) ); in IMPL_LINK()
806 *pUserData->pString = aOUStr; in IMPL_LINK()
1684 String* pString = pWrdList->GetObject( --i ); in FillItemSet() local
1707 String* pString = pCplList->GetObject( --i ); in FillItemSet() local
1733 String* pString = pWrdList->GetObject( --i ); in FillItemSet() local
1734 if( USHRT_MAX == aDoubleCapsLB.GetEntryPos(*pString) ) in FillItemSet()
1755 String* pString = pCplList->GetObject( --i ); in FillItemSet() local
[all …]
/trunk/main/dbaccess/source/ui/browser/
H A Dunodatbr.cxx2243 …SvLBoxString* pString = static_cast<SvLBoxString*>(pFirstParent->GetFirstItem(SV_ITEM_ID_BOLDLBSTR… in IMPL_LINK() local
2244 OSL_ENSURE(pString,"SbaTableQueryBrowser::OnExpandEntry: No string item!"); in IMPL_LINK()
2362 … SvLBoxString* pString = (SvLBoxString*)_pEntry->GetFirstItem(SV_ITEM_ID_BOLDLBSTRING); in ensureEntryObject() local
2363 OSL_ENSURE(pString,"There must be a string item!"); in ensureEntryObject()
2364 ::rtl::OUString aName(pString->GetText()); in ensureEntryObject()
2616 SvLBoxString* pString = (SvLBoxString*)_pEntry->GetFirstItem(SV_ITEM_ID_BOLDLBSTRING); in implSelect() local
2617 OSL_ENSURE(pString,"There must be a string item!"); in implSelect()
2618 const ::rtl::OUString sSimpleName = pString->GetText(); in implSelect()
2626 pString = (SvLBoxString*)pTemp->GetFirstItem(SV_ITEM_ID_BOLDLBSTRING); in implSelect()
2627 OSL_ENSURE(pString,"There must be a string item!"); in implSelect()
[all …]
/trunk/main/dbaccess/source/ui/control/
H A Ddbtreelistbox.cxx200 SvLBoxString* pString = new OBoldListboxString( _pEntry, 0, aStr ); in InitEntry() local
201 _pEntry->ReplaceItem( pString,_pEntry->GetPos(pTextItem)); in InitEntry()
/trunk/main/dbaccess/source/ui/misc/
H A DWNameMatch.cxx411 SvLBoxString* pString = new OColumnString(pEntry, 0, rStr,sal_False); in InitEntry() local
412 if (pString) in InitEntry()
413 pEntry->ReplaceItem( pString, pEntry->ItemCount() - 1 ); in InitEntry()
/trunk/main/editeng/source/editeng/
H A Dimpedit.hxx629 …void ImplInitDigitMode( OutputDevice* pOutDev, String* pString, xub_StrLen nStt, xu…
H A Dimpedit3.cxx4443 void ImpEditEngine::ImplInitDigitMode( OutputDevice* pOutDev, String* pString, xub_StrLen nStt, xub… in ImplInitDigitMode() argument
4464 else if (pString) in ImplInitDigitMode()
4487 sal_Unicode nChar = pString->GetChar( nIdx ); in ImplInitDigitMode()
4491 pString->SetChar( nIdx, nChar ); in ImplInitDigitMode()
/trunk/main/embedserv/source/inprocserv/
H A Dinprocembobj.cxx32 void WriteDebugInfo( DWORD pThis, char* pString, DWORD nToWrite ) in WriteDebugInfo() argument
50 WriteFile( pFile, pString, nToWrite - 1, &dwWritten, NULL ); in WriteDebugInfo()
H A Dsmartpointer.hxx43 void WriteDebugInfo( DWORD pThis, char* pString, DWORD nToWrite );
/trunk/main/extensions/source/scanner/
H A Dsane.cxx44 inline void dbg_msg( const char* pString, ... ) in dbg_msg() argument
48 va_start( ap, pString ); in dbg_msg()
49 vfprintf( stderr, pString, ap ); in dbg_msg()
52 (void)pString; in dbg_msg()

Completed in 163 milliseconds

1234567