/aoo41x/main/sw/source/filter/xml/ |
H A D | wrtxml.cxx | 521 const sal_Char* pStreamName, in WriteThroughComponent() argument 529 DBG_ASSERT( NULL != pStreamName, "Need stream name!" ); in WriteThroughComponent() 534 pStreamName ); in WriteThroughComponent() 540 OUString sStreamName = OUString::createFromAscii( pStreamName ); in WriteThroughComponent()
|
H A D | swxml.cxx | 314 const sal_Char* pStreamName, in ReadThroughComponent() argument 323 DBG_ASSERT(NULL != pStreamName, "Please, please, give me a name!"); in ReadThroughComponent() 326 OUString sStreamName = OUString::createFromAscii(pStreamName); in ReadThroughComponent()
|
H A D | wrtxml.hxx | 70 const sal_Char* pStreamName, /// the stream name
|
/aoo41x/main/reportdesign/source/filter/xml/ |
H A D | xmlfilter.cxx | 172 "ReadThroughComponent : parsing \"%s\"", pStreamName ); in ReadThroughComponent() 223 const sal_Char* pStreamName, in ReadThroughComponent() argument 232 DBG_ASSERT(NULL != pStreamName, "Please, please, give me a name!"); in ReadThroughComponent() 242 ::rtl::OUString sStreamName = ::rtl::OUString::createFromAscii(pStreamName); in ReadThroughComponent() 298 ,pStreamName in ReadThroughComponent()
|
/aoo41x/main/dbaccess/source/filter/xml/ |
H A D | xmlfilter.cxx | 366 const sal_Char* pStreamName, in ReadThroughComponent() argument 372 DBG_ASSERT(NULL != pStreamName, "Please, please, give me a name!"); in ReadThroughComponent() 382 ::rtl::OUString sStreamName = ::rtl::OUString::createFromAscii(pStreamName); in ReadThroughComponent() 417 "ReadThroughComponent : parsing \"%s\"", pStreamName ); in ReadThroughComponent()
|
/aoo41x/main/sd/source/filter/xml/ |
H A D | sdxmlwrp.cxx | 361 const sal_Char* pStreamName, in ReadThroughComponent() argument 370 DBG_ASSERT(NULL != pStreamName, "Please, please, give me a name!"); in ReadThroughComponent() 373 OUString sStreamName = OUString::createFromAscii(pStreamName); in ReadThroughComponent()
|
/aoo41x/main/starmath/source/ |
H A D | mathmlexport.cxx | 321 const sal_Char* pStreamName, in WriteThroughComponent() argument 329 DBG_ASSERT(NULL != pStreamName, "Need stream name!"); in WriteThroughComponent() 333 OUString sStreamName = OUString::createFromAscii(pStreamName); in WriteThroughComponent()
|
H A D | mathmlexport.hxx | 73 const sal_Char* pStreamName,
|
H A D | mathmlimport.hxx | 67 const sal_Char* pStreamName,
|
H A D | mathmlimport.cxx | 360 const sal_Char* pStreamName, in ReadThroughComponent() argument 367 DBG_ASSERT(NULL != pStreamName, "Please, please, give me a name!"); in ReadThroughComponent() 370 OUString sStreamName = OUString::createFromAscii(pStreamName); in ReadThroughComponent()
|
/aoo41x/main/dbaccess/source/core/dataaccess/ |
H A D | databasedocument.cxx | 1533 …ent::WriteThroughComponent( const Reference< XComponent >& xComponent, const sal_Char* pStreamName, in WriteThroughComponent() argument 1537 OSL_ENSURE( pStreamName, "Need stream name!" ); in WriteThroughComponent() 1541 ::rtl::OUString sStreamName = ::rtl::OUString::createFromAscii( pStreamName ); in WriteThroughComponent()
|
H A D | databasedocument.hxx | 247 …const sal_Char* pStreamName, /// the stre…
|
/aoo41x/main/sw/source/core/unocore/ |
H A D | unoframe.cxx | 2252 const ::uno::Any* pStreamName = 0; in attachToRange() local 2253 …GetProperty(FN_UNO_CLSID, 0, pCLSID) && !pProps->GetProperty( FN_UNO_STREAM_NAME, 0, pStreamName )) in attachToRange() 2334 else if( pStreamName ) in attachToRange() 2337 (*pStreamName) >>= sStreamName; in attachToRange()
|
/aoo41x/main/reportdesign/source/core/api/ |
H A D | ReportDefinition.cxx | 1702 const sal_Char* pStreamName, in WriteThroughComponent() argument 1709 OSL_ENSURE( NULL != pStreamName, "Need stream name!" ); in WriteThroughComponent() 1715 ::rtl::OUString sStreamName = ::rtl::OUString::createFromAscii( pStreamName ); in WriteThroughComponent()
|
/aoo41x/main/reportdesign/inc/ |
H A D | ReportDefinition.hxx | 130 const sal_Char* pStreamName, /// the stream name
|