Home
last modified time | relevance | path

Searched refs:pStreamName (Results 1 – 15 of 15) sorted by relevance

/aoo4110/main/sw/source/filter/xml/
H A Dwrtxml.cxx522 const sal_Char* pStreamName, in WriteThroughComponent() argument
530 DBG_ASSERT( NULL != pStreamName, "Need stream name!" ); in WriteThroughComponent()
535 pStreamName ); in WriteThroughComponent()
541 OUString sStreamName = OUString::createFromAscii( pStreamName ); in WriteThroughComponent()
H A Dswxml.cxx314 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 Dwrtxml.hxx70 const sal_Char* pStreamName, /// the stream name
/aoo4110/main/reportdesign/source/filter/xml/
H A Dxmlfilter.cxx172 "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()
/aoo4110/main/dbaccess/source/filter/xml/
H A Dxmlfilter.cxx366 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()
/aoo4110/main/sd/source/filter/xml/
H A Dsdxmlwrp.cxx361 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()
/aoo4110/main/starmath/source/
H A Dmathmlexport.cxx323 const sal_Char* pStreamName, in WriteThroughComponent() argument
331 DBG_ASSERT(NULL != pStreamName, "Need stream name!"); in WriteThroughComponent()
335 OUString sStreamName = OUString::createFromAscii(pStreamName); in WriteThroughComponent()
H A Dmathmlexport.hxx73 const sal_Char* pStreamName,
H A Dmathmlimport.hxx67 const sal_Char* pStreamName,
H A Dmathmlimport.cxx360 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()
/aoo4110/main/dbaccess/source/core/dataaccess/
H A Ddatabasedocument.cxx1533 …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 Ddatabasedocument.hxx247 …const sal_Char* pStreamName, /// the stre…
/aoo4110/main/sw/source/core/unocore/
H A Dunoframe.cxx2252 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()
/aoo4110/main/reportdesign/source/core/api/
H A DReportDefinition.cxx1702 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()
/aoo4110/main/reportdesign/inc/
H A DReportDefinition.hxx130 const sal_Char* pStreamName, /// the stream name

Completed in 113 milliseconds