Home
last modified time | relevance | path

Searched refs:SvxMSDffManager (Results 1 – 12 of 12) sorted by relevance

/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx217 DffPropertyReader::DffPropertyReader( const SvxMSDffManager& rMan ) : in DffPropertyReader()
440 void SvxMSDffManager::SolveSolver( const SvxMSDffSolverContainer& rSolver ) in SolveSolver()
1105 void GetShadeColors( const SvxMSDffManager& rManager, const DffPropertyReader& rProperties, SvStrea… in GetShadeColors()
1141 void ApplyRectangularGradientAsBitmap( const SvxMSDffManager& rManager, SvStream& rIn, SfxItemSet& … in ApplyRectangularGradientAsBitmap()
1292 …if ( const_cast< SvxMSDffManager& >( rManager ).maShapeRecords.SeekToContent( rIn, DFF_msofbtUDefP… in ApplyRectangularGradientAsBitmap()
1294 … const_cast< SvxMSDffManager& >( rManager ).maShapeRecords.Current()->SeekToBegOfRecord( rIn ); in ApplyRectangularGradientAsBitmap()
3186 void SvxMSDffManager::Scale( sal_Int32& rVal ) const in Scale()
3192 void SvxMSDffManager::Scale( Point& rPos ) const in Scale()
3203 void SvxMSDffManager::Scale( Size& rSiz ) const in Scale()
3212 void SvxMSDffManager::Scale( Rectangle& rRect ) const in Scale()
[all …]
H A Dsvdfppt.cxx209 SvxMSDffManager::MSDFFReadZString( rIn, rAtom.aCurrentUser, nUserNameLen, sal_True ); in operator >>()
602 SvxMSDffManager ( rParam.rDocStream, rBaseURL, rParam.pTracer ), in SdrEscherImport()
2772 sal_Bool bRet = SvxMSDffManager::SeekToShape( rSt, pClientData, nId ); in SeekToShape()
2864 void ImportComment10( SvxMSDffManager& rMan, SvStream& rStCtrl, SdrPage* pPage, DffRecordHeader& rC… in ImportComment10()
2884 SvxMSDffManager::MSDFFReadZString( rStCtrl, aString, aCommentHd.nRecLen, sal_True ); in ImportComment10()
/trunk/main/filter/inc/filter/msfilter/
H A Dmsdffimp.hxx62 class SvxMSDffManager;
70 const SvxMSDffManager& rManager;
85 DffPropertyReader( const SvxMSDffManager& rManager );
378 class MSFILTER_DLLPUBLIC SvxMSDffManager : public DffPropertyReader class
548 SvxMSDffManager( SvStream& rStCtrl,
561 SvxMSDffManager( SvStream& rStCtrl, const String& rBaseURL, MSFilterTracer* pTracer );
565 virtual ~SvxMSDffManager();
H A Dsvdfppt.hxx60 class SvxMSDffManager;
405 class MSFILTER_DLLPUBLIC SdrEscherImport : public SvxMSDffManager
459 using SvxMSDffManager::ReadObjText;
/trunk/main/svx/inc/svx/
H A Dsvdotext.hxx169 friend class SvxMSDffManager; // fuer ImpGetDrawOutliner
/trunk/main/sw/source/filter/ww8/
H A Dww8par4.cxx455 pRet = SvxMSDffManager::CreateSdrOLEFromStorage( in ImportOleBase()
H A Dwrtww8gr.cxx165 SdrOle2Obj *pRet = SvxMSDffManager::CreateSdrOLEFromStorage( in TestOleNeedsGraphic()
H A Dww8par.hxx681 class SwMSDffManager : public SvxMSDffManager
H A Dww8par.cxx395 : SvxMSDffManager(*rRdr.pTableStream, rRdr.GetBaseURL(), rRdr.pWwFib->fcDggInfo, in SwMSDffManager()
/trunk/main/svx/workben/msview/
H A Dxmlconfig.cxx455 SvxMSDffManager::MSDFFReadZString( rStream, aString, nLength, sal_True ); in dump_unistring()
/trunk/main/sc/source/filter/inc/
H A Dxiescher.hxx964 class XclImpSimpleDffConverter : public SvxMSDffManager, protected XclImpRoot
/trunk/main/sc/source/filter/excel/
H A Dxiescher.cxx3172SvxMSDffManager( rDffStrm, rRoot.GetBasePath(), 0, 0, rRoot.GetDoc().GetDrawLayer(), 1440, COL_DEF… in XclImpSimpleDffConverter()