Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/xml/
H A Dwrtxml.cxx521 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 Dswxml.cxx298 const sal_Char* pStreamName, in ReadThroughComponent() argument
307 DBG_ASSERT(NULL != pStreamName, "Please, please, give me a name!"); in ReadThroughComponent()
310 OUString sStreamName = OUString::createFromAscii(pStreamName); in ReadThroughComponent()
H A Dwrtxml.hxx70 const sal_Char* pStreamName, /// the stream name
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/main/starmath/source/
H A Dmathmlexport.cxx321 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 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()
/trunk/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…
/trunk/main/sw/source/core/unocore/
H A Dunoframe.cxx2895 const ::uno::Any* pStreamName = 0; in attachToRange() local
2896 …GetProperty(FN_UNO_CLSID, 0, pCLSID) && !pProps->GetProperty( FN_UNO_STREAM_NAME, 0, pStreamName )) in attachToRange()
2977 else if( pStreamName ) in attachToRange()
2980 (*pStreamName) >>= sStreamName; in attachToRange()
/trunk/main/reportdesign/source/core/api/
H A DReportDefinition.cxx1703 const sal_Char* pStreamName, in WriteThroughComponent() argument
1710 OSL_ENSURE( NULL != pStreamName, "Need stream name!" ); in WriteThroughComponent()
1716 ::rtl::OUString sStreamName = ::rtl::OUString::createFromAscii( pStreamName ); in WriteThroughComponent()
/trunk/main/reportdesign/inc/
H A DReportDefinition.hxx130 const sal_Char* pStreamName, /// the stream name

Completed in 125 milliseconds