Searched refs:mrRoot (Results 1 – 11 of 11) sorted by relevance
/aoo42x/main/sc/source/filter/inc/ |
H A D | xestream.hxx | 92 inline const XclExpRoot& GetRoot() const { return mrRoot; } in GetRoot() 193 const XclExpRoot& mrRoot; /// Filter root data. member in XclExpStream 252 const XclExpRoot& mrRoot; member in XclExpBiff8Encrypter 310 inline const XclExpRoot& GetRoot() const { return mrRoot; } in GetRoot() 349 const XclExpRoot& mrRoot; /// Filter root data. member in XclExpXmlStream
|
H A D | xistream.hxx | 267 inline const XclImpRoot& GetRoot() const { return mrRoot; } in GetRoot() 506 const XclImpRoot& mrRoot; /// Filter root data. member in XclImpStream
|
H A D | xcl97rec.hxx | 487 const XclExpRoot& mrRoot; member in XclExpFileEncryption
|
H A D | xiescher.hxx | 510 … const XclImpRoot& mrRoot; /// Not derived from XclImpRoot to allow multiple inheritance. member in XclImpControlHelper
|
/aoo42x/main/svl/source/items/ |
H A D | stylepool.cxx | 303 std::map< const SfxItemSet*, Node >& mrRoot; member in __anon75490ed80111::Iterator 313 : mrRoot( rR ), in Iterator() 327 while( mpNode || mpCurrNode != mrRoot.end() ) in getNext()
|
/aoo42x/main/sc/source/filter/excel/ |
H A D | xestream.cxx | 69 mrRoot( rRoot ), in XclExpStream() 81 … mnMaxRecSize = (mrRoot.GetBiff() <= EXC_BIFF5) ? EXC_MAXRECSIZE_BIFF5 : EXC_MAXRECSIZE_BIFF8; in XclExpStream() 484 mrRoot(rRoot), in XclExpBiff8Encrypter() 822 , mrRoot( rRoot ) in XclExpXmlStream()
|
H A D | xistream.cxx | 420 mrRoot( rRoot ), in XclImpStream() 1039 String aRet( pcBuffer, mrRoot.GetTextEncoding() ); in ReadRawByteString()
|
H A D | xiescher.cxx | 1839 mrRoot( rRoot ), in XclImpControlHelper() 1878 if( SfxObjectShell* pDocShell = mrRoot.GetDocShell() ) in ProcessControl() 1973 … mrRoot.GetFormulaCompiler().CreateRangeList( rScRanges, EXC_FMLATYPE_CONTROL, aXclTokArr, rStrm ); in ReadRangeList()
|
/aoo42x/main/toolkit/source/layout/core/ |
H A D | import.hxx | 140 LayoutRoot &mrRoot; // switch to XNameContainer ref ? member in layoutimpl::ImportContext 144 : mrRoot( rRoot ) {}
|
H A D | import.cxx | 78 mpWidget = pImport->mrRoot.create( aId, name, in WidgetElement()
|
/aoo42x/main/sc/source/filter/xcl97/ |
H A D | xcl97rec.cxx | 1252 mrRoot(rRoot) in XclExpFileEncryption() 1274 XclExpEncrypterRef xEnc( new XclExpBiff8Encrypter(mrRoot) ); in WriteBody()
|
Completed in 92 milliseconds