Searched refs:pLocation (Results 1 – 5 of 5) sorted by relevance
/trunk/main/unotools/source/config/ |
H A D | configvaluecontainer.cxx | 61 void* pLocation; // the pointer to the location member 70 bool isBound( ) const { return ( ltUnbound != eLocationType ) && ( NULL != pLocation ); } in isBound() 73 void* getLocation( ) const { return pLocation; } in getLocation() 86 ,pLocation( NULL ) in NodeValueAccessor() 97 && ( pLocation == rhs.pLocation ); in operator ==() 108 pLocation = _pLocation; in bind() 120 pLocation = _pLocation; in bind()
|
/trunk/main/xmloff/source/transform/ |
H A D | EventOASISTContext.cxx | 146 OUString* pName, OUString* pLocation ) in ParseURLAsString() argument 176 *pLocation = GetXMLToken( XML_DOCUMENT ); in ParseURLAsString() 180 *pLocation = GetXMLToken( XML_APPLICATION ); in ParseURLAsString() 194 OUString* pName, OUString* pLocation ) in ParseURL() argument 197 return ParseURLAsString( rAttrValue, pName, pLocation ); in ParseURL() 229 *pLocation = doc; in ParseURL() 233 *pLocation = GetXMLToken( XML_APPLICATION ); in ParseURL() 243 return ParseURLAsString( rAttrValue, pName, pLocation ); in ParseURL()
|
/trunk/main/cui/source/options/ |
H A D | optjava.cxx | 235 String* pLocation = static_cast< String* >( pEntry->GetUserData() ); in IMPL_LINK() local 236 DBG_ASSERT( pLocation, "invalid location string" ); in IMPL_LINK() 238 if ( pLocation ) in IMPL_LINK() 239 sInfo += *pLocation; in IMPL_LINK() 435 String* pLocation = static_cast< String* >( pEntry->GetUserData() ); in ClearJavaList() local 436 delete pLocation; in ClearJavaList() 499 String* pLocation = new String( aLocObj.getFSysPath( INetURLObject::FSYS_DETECT ) ); in AddJRE() local 500 pEntry->SetUserData( pLocation ); in AddJRE()
|
/trunk/main/vcl/win/source/gdi/ |
H A D | salprn.cxx | 211 if ( pGetInfo2->pLocation && strlen( pGetInfo2->pLocation ) ) in getPrinterQueueInfoOldStyle() 212 pInfo->maLocation = ImplSalGetUniString( pGetInfo2->pLocation ); in getPrinterQueueInfoOldStyle() 369 if ( pGetInfo2->pLocation && strlen( pGetInfo2->pLocation ) ) in getPrinterQueueStateOldStyle() 370 pInfo->maLocation = ImplSalGetUniString( pGetInfo2->pLocation ); in getPrinterQueueStateOldStyle() 416 if ( pWinInfo2->pLocation && *pWinInfo2->pLocation ) in GetPrinterQueueState() 417 … pInfo->maLocation = String( reinterpret_cast< const sal_Unicode* >(pWinInfo2->pLocation) ); in GetPrinterQueueState()
|
/trunk/main/sdext/source/pdfimport/pdfparse/ |
H A D | pdfparse.cxx | 283 void parseError( const char* pMessage, iteratorT pLocation ) in parseError() argument 285 throw_( pLocation, pMessage ); in parseError()
|
Completed in 36 milliseconds