Lines Matching refs:SdrModel

110 DBG_NAME(SdrModel)
111 TYPEINIT1(SdrModel,SfxBroadcaster);
112 void SdrModel::ImpCtor(SfxItemPool* pPool, ::comphelper::IEmbeddedHelper* _pEmbeddedHelper,bool bLo… in ImpCtor()
217 SdrModel::SdrModel(SfxItemPool* pPool, ::comphelper::IEmbeddedHelper* pPers, sal_Bool bLoadRefCount… in SdrModel() function in SdrModel
225 DBG_CTOR(SdrModel,NULL); in SdrModel()
229 SdrModel::SdrModel(const String& rPath, SfxItemPool* pPool, ::comphelper::IEmbeddedHelper* pPers, s… in SdrModel() function in SdrModel
238 DBG_CTOR(SdrModel,NULL); in SdrModel()
242 SdrModel::SdrModel(const SdrModel& /*rSrcModel*/): in SdrModel() function in SdrModel
244 tools::WeakBase< SdrModel >(), in SdrModel()
256 SdrModel::~SdrModel() in ~SdrModel()
262 DBG_DTOR(SdrModel,NULL); in ~SdrModel()
333 bool SdrModel::IsInDestruction() const in IsInDestruction()
338 const SvNumberFormatter& SdrModel::GetNumberFormatter() const in GetNumberFormatter()
343 ((SdrModel*)this)->mpNumberFormatter = new SvNumberFormatter( in GetNumberFormatter()
351 void SdrModel::operator=(const SdrModel& /*rSrcModel*/) in operator =() argument
356 FASTBOOL SdrModel::operator==(const SdrModel& /*rCmpModel*/) const in operator ==()
362 void SdrModel::SetSwapGraphics( FASTBOOL bSwap ) in SetSwapGraphics()
367 FASTBOOL SdrModel::IsReadOnly() const in IsReadOnly()
372 void SdrModel::SetReadOnly(FASTBOOL bYes) in SetReadOnly()
379 void SdrModel::SetMaxUndoActionCount(sal_uIntPtr nAnz) in SetMaxUndoActionCount()
390 void SdrModel::ClearUndoBuffer() in ClearUndoBuffer()
408 FASTBOOL SdrModel::Undo() in Undo()
432 FASTBOOL SdrModel::Redo() in Redo()
456 FASTBOOL SdrModel::Repeat(SfxRepeatTarget& rView) in Repeat()
478 void SdrModel::ImpPostUndoAction(SdrUndoAction* pUndo) in ImpPostUndoAction()
506 void SdrModel::BegUndo() in BegUndo()
528 void SdrModel::BegUndo(const XubString& rComment) in BegUndo()
546 void SdrModel::BegUndo(const XubString& rComment, const XubString& rObjDescr, SdrRepeatFunc eFunc) in BegUndo()
572 void SdrModel::BegUndo(SdrUndoGroup* pUndoGrp) in BegUndo()
598 void SdrModel::EndUndo() in EndUndo()
633 void SdrModel::SetUndoComment(const XubString& rComment) in SetUndoComment()
650 void SdrModel::SetUndoComment(const XubString& rComment, const XubString& rObjDescr) in SetUndoComment()
667 void SdrModel::AddUndo(SdrUndoAction* pUndo) in AddUndo()
690 void SdrModel::EnableUndo( bool bEnable ) in EnableUndo()
702 bool SdrModel::IsUndoEnabled() const in IsUndoEnabled()
717 void SdrModel::ClearModel(sal_Bool bCalledFromDestructor) in ClearModel()
748 SdrModel* SdrModel::AllocModel() const in AllocModel()
750 SdrModel* pModel=new SdrModel; in AllocModel()
755 SdrPage* SdrModel::AllocPage(FASTBOOL bMasterPage) in AllocPage()
760 void SdrModel::SetTextDefaults() const in SetTextDefaults()
791 void SdrModel::SetTextDefaults( SfxItemPool* pItemPool, sal_uIntPtr nDefTextHgt ) in SetTextDefaults()
835 SdrOutliner& SdrModel::GetDrawOutliner(const SdrTextObj* pObj) const in GetDrawOutliner()
841 boost::shared_ptr< SdrOutliner > SdrModel::CreateDrawOutliner(const SdrTextObj* pObj) in CreateDrawOutliner()
849 const SdrTextObj* SdrModel::GetFormattingTextObj() const in GetFormattingTextObj()
857 void SdrModel::ImpSetOutlinerDefaults( SdrOutliner* pOutliner, sal_Bool bInit ) in ImpSetOutlinerDefaults()
883 void SdrModel::SetRefDevice(OutputDevice* pDev) in SetRefDevice()
891 void SdrModel::ImpReformatAllTextObjects() in ImpReformatAllTextObjects()
912 void SdrModel::ImpReformatAllEdgeObjects() in ImpReformatAllEdgeObjects()
930 SvStream* SdrModel::GetDocumentStream(SdrDocumentStreamInfo& /*rStreamInfo*/) const in GetDocumentStream()
936 void SdrModel::BurnInStyleSheetAttributes() in BurnInStyleSheetAttributes()
949 void SdrModel::RefDeviceChanged() in RefDeviceChanged()
955 void SdrModel::SetDefaultFontHeight(sal_uIntPtr nVal) in SetDefaultFontHeight()
964 void SdrModel::SetDefaultTabulator(sal_uInt16 nVal) in SetDefaultTabulator()
975 void SdrModel::ImpSetUIUnit() in ImpSetUIUnit()
1091 void SdrModel::SetScaleUnit(MapUnit eMap, const Fraction& rFrac) in SetScaleUnit()
1104 void SdrModel::SetScaleUnit(MapUnit eMap) in SetScaleUnit()
1116 void SdrModel::SetScaleFraction(const Fraction& rFrac) in SetScaleFraction()
1127 void SdrModel::SetUIUnit(FieldUnit eUnit) in SetUIUnit()
1136 void SdrModel::SetUIScale(const Fraction& rScale) in SetUIScale()
1145 void SdrModel::SetUIUnit(FieldUnit eUnit, const Fraction& rScale) in SetUIUnit()
1155 void SdrModel::TakeUnitStr(FieldUnit eUnit, XubString& rStr) in TakeUnitStr()
1241 void SdrModel::TakeMetricStr(long nVal, XubString& rStr, FASTBOOL bNoUnitChars, sal_Int32 nNumDigit… in TakeMetricStr()
1355 void SdrModel::TakeWinkStr(long nWink, XubString& rStr, FASTBOOL bNoDegChar) const in TakeWinkStr()
1383 void SdrModel::TakePercentStr(const Fraction& rVal, XubString& rStr, FASTBOOL bNoPercentChar) const in TakePercentStr()
1411 void SdrModel::SetChanged(sal_Bool bFlg) in SetChanged()
1416 void SdrModel::RecalcPageNums(FASTBOOL bMaster) in RecalcPageNums()
1429 void SdrModel::InsertPage(SdrPage* pPage, sal_uInt16 nPos) in InsertPage()
1446 void SdrModel::DeletePage(sal_uInt16 nPgNum) in DeletePage()
1452 SdrPage* SdrModel::RemovePage(sal_uInt16 nPgNum) in RemovePage()
1468 void SdrModel::MovePage(sal_uInt16 nPgNum, sal_uInt16 nNewPos) in MovePage()
1479 void SdrModel::InsertMasterPage(SdrPage* pPage, sal_uInt16 nPos) in InsertMasterPage()
1498 void SdrModel::DeleteMasterPage(sal_uInt16 nPgNum) in DeleteMasterPage()
1504 SdrPage* SdrModel::RemoveMasterPage(sal_uInt16 nPgNum) in RemoveMasterPage()
1531 void SdrModel::MoveMasterPage(sal_uInt16 nPgNum, sal_uInt16 nNewPos) in MoveMasterPage()
1551 FASTBOOL SdrModel::CheckConsistence() const in CheckConsistence()
1555 DBG_CHKTHIS(SdrModel,NULL); in CheckConsistence()
1563 void SdrModel::CopyPages(sal_uInt16 nFirstPageNum, sal_uInt16 nLastPageNum, in CopyPages()
1640 void SdrModel::Merge(SdrModel& rSourceModel, in Merge()
1808 void SdrModel::SetStarDrawPreviewMode(sal_Bool bPreview) in SetStarDrawPreviewMode()
1821 uno::Reference< uno::XInterface > SdrModel::getUnoModel() in getUnoModel()
1829 void SdrModel::setUnoModel( ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > x… in setUnoModel()
1834 uno::Reference< uno::XInterface > SdrModel::createUnoModel() in createUnoModel()
1841 void SdrModel::setLock( sal_Bool bLock ) in setLock()
1859 void SdrModel::MigrateItemSet( const SfxItemSet* pSourceSet, SfxItemSet* pDestSet, SdrModel* pNewMo… in MigrateItemSet()
1919 void SdrModel::SetForbiddenCharsTable( vos::ORef<SvxForbiddenCharactersTable> xForbiddenChars ) in SetForbiddenCharsTable()
1933 vos::ORef<SvxForbiddenCharactersTable> SdrModel::GetForbiddenCharsTable() const in GetForbiddenCharsTable()
1938 void SdrModel::SetCharCompressType( sal_uInt16 nType ) in SetCharCompressType()
1948 void SdrModel::SetKernAsianPunctuation( sal_Bool bEnabled ) in SetKernAsianPunctuation()
1958 void SdrModel::SetAddExtLeading( sal_Bool bEnabled ) in SetAddExtLeading()
1968 void SdrModel::ReformatAllTextObjects() in ReformatAllTextObjects()
1973 FASTBOOL SdrModel::HasTransparentObjects( sal_Bool bCheckForAlphaChannel ) const in HasTransparentObjects()
1992 SdrOutliner* SdrModel::createOutliner( sal_uInt16 nOutlinerMode ) in createOutliner()
2000 void SdrModel::disposeOutliner( SdrOutliner* pOutliner ) in disposeOutliner()
2012 SvxNumType SdrModel::GetPageNumType() const in GetPageNumType()
2017 const SdrPage* SdrModel::GetPage(sal_uInt16 nPgNum) const in GetPage()
2023 SdrPage* SdrModel::GetPage(sal_uInt16 nPgNum) in GetPage()
2029 sal_uInt16 SdrModel::GetPageCount() const in GetPageCount()
2034 void SdrModel::PageListChanged() in PageListChanged()
2038 const SdrPage* SdrModel::GetMasterPage(sal_uInt16 nPgNum) const in GetMasterPage()
2044 SdrPage* SdrModel::GetMasterPage(sal_uInt16 nPgNum) in GetMasterPage()
2050 sal_uInt16 SdrModel::GetMasterPageCount() const in GetMasterPageCount()
2055 void SdrModel::MasterPageListChanged() in MasterPageListChanged()
2059 void SdrModel::SetSdrUndoManager( SfxUndoManager* pUndoManager ) in SetSdrUndoManager()
2064 SfxUndoManager* SdrModel::GetSdrUndoManager() const in GetSdrUndoManager()
2069 SdrUndoFactory& SdrModel::GetSdrUndoFactory() const in GetSdrUndoFactory()
2076 void SdrModel::SetSdrUndoFactory( SdrUndoFactory* pUndoFactory ) in SetSdrUndoFactory()
2087 bool SdrModel::IsAllowShapePropertyChangeListener() const in IsAllowShapePropertyChangeListener()
2092 void SdrModel::SetAllowShapePropertyChangeListener( bool bAllow ) in SetAllowShapePropertyChangeListener()
2100 const ::com::sun::star::uno::Sequence< sal_Int8 >& SdrModel::getUnoTunnelImplementationId() in getUnoTunnelImplementationId()
2118 void SdrModel::SetColorTableAtSdrModel(XColorListSharedPtr aTable) in SetColorTableAtSdrModel()
2123 XColorListSharedPtr SdrModel::GetColorTableFromSdrModel() const in GetColorTableFromSdrModel()
2127 …const_cast< SdrModel* >(this)->maColorTable = XPropertyListFactory::CreateSharedXColorList(aTableP… in GetColorTableFromSdrModel()
2133 void SdrModel::SetDashListAtSdrModel(XDashListSharedPtr aList) in SetDashListAtSdrModel()
2138 XDashListSharedPtr SdrModel::GetDashListFromSdrModel() const in GetDashListFromSdrModel()
2142 …const_cast< SdrModel* >(this)->maDashList = XPropertyListFactory::CreateSharedXDashList(aTablePath… in GetDashListFromSdrModel()
2148 void SdrModel::SetLineEndListAtSdrModel(XLineEndListSharedPtr aList) in SetLineEndListAtSdrModel()
2153 XLineEndListSharedPtr SdrModel::GetLineEndListFromSdrModel() const in GetLineEndListFromSdrModel()
2157 …const_cast< SdrModel* >(this)->maLineEndList = XPropertyListFactory::CreateSharedXLineEndList(aTab… in GetLineEndListFromSdrModel()
2163 void SdrModel::SetHatchListAtSdrModel(XHatchListSharedPtr aList) in SetHatchListAtSdrModel()
2168 XHatchListSharedPtr SdrModel::GetHatchListFromSdrModel() const in GetHatchListFromSdrModel()
2172 …const_cast< SdrModel* >(this)->maHatchList = XPropertyListFactory::CreateSharedXHatchList(aTablePa… in GetHatchListFromSdrModel()
2178 void SdrModel::SetGradientListAtSdrModel(XGradientListSharedPtr aList) in SetGradientListAtSdrModel()
2183 XGradientListSharedPtr SdrModel::GetGradientListFromSdrModel() const in GetGradientListFromSdrModel()
2187 …const_cast< SdrModel* >(this)->maGradientList = XPropertyListFactory::CreateSharedXGradientList(aT… in GetGradientListFromSdrModel()
2193 void SdrModel::SetBitmapListAtSdrModel(XBitmapListSharedPtr aList) in SetBitmapListAtSdrModel()
2198 XBitmapListSharedPtr SdrModel::GetBitmapListFromSdrModel() const in GetBitmapListFromSdrModel()
2202 …const_cast< SdrModel* >(this)->maBitmapList = XPropertyListFactory::CreateSharedXBitmapList(aTable… in GetBitmapListFromSdrModel()