Lines Matching refs:View

114 TYPEINIT1(View, FmFormView);
122 View::View(SdDrawDocument* pDrawDoc, OutputDevice* pOutDev, in View() function in sd::View
158 maDropErrorTimer.SetTimeoutHdl( LINK(this, View, DropErrorHdl) ); in View()
160 maDropInsertFileTimer.SetTimeoutHdl( LINK(this, View, DropInsertFileHdl) ); in View()
164 void View::ImplClearDrawDropMarker() in ImplClearDrawDropMarker()
179 View::~View() in ~View()
508 void View::CompleteRedraw(OutputDevice* pOutDev, const Region& rReg, sdr::contact::ViewObjectContac… in CompleteRedraw()
566 void View::MarkListHasChanged() in MarkListHasChanged()
581 sal_Bool View::SetAttributes(const SfxItemSet& rSet, sal_Bool bReplaceAll) in SetAttributes()
594 sal_Bool View::GetAttributes( SfxItemSet& rTargetSet, sal_Bool bOnlyHardAttr ) const in GetAttributes()
606 sal_Bool View::IsPresObjSelected(sal_Bool bOnPage, sal_Bool bOnMasterPage, sal_Bool bCheckPresObjLi… in IsPresObjSelected()
681 void View::SelectAll() in SelectAll()
702 void View::ModelHasChanged() in ModelHasChanged()
714 sal_Bool View::SetStyleSheet(SfxStyleSheet* pStyleSheet, sal_Bool bDontRemoveHardAttr) in SetStyleSheet()
737 sal_Bool View::SdrBeginTextEdit( in SdrBeginTextEdit()
810 pOL->SetParaInsertedHdl(LINK(this, View, OnParagraphInsertedHdl)); in SdrBeginTextEdit()
811 pOL->SetParaRemovingHdl(LINK(this, View, OnParagraphRemovingHdl)); in SdrBeginTextEdit()
819 SdrEndTextEditKind View::SdrEndTextEdit(sal_Bool bDontDeleteReally ) in SdrEndTextEdit()
872 bool View::RestoreDefaultText( SdrTextObj* pTextObj ) in RestoreDefaultText()
906 void View::SetMarkedOriginalSize() in SetMarkedOriginalSize()
996 void View::DoConnect(SdrOle2Obj* pObj) in DoConnect()
1039 sal_Bool View::IsMorphingAllowed() const in IsMorphingAllowed()
1091 sal_Bool View::IsVectorizeAllowed() const in IsVectorizeAllowed()
1112 void View::onAccessibilityOptionsChanged() in onAccessibilityOptionsChanged()
1154 IMPL_LINK( View, OnParagraphInsertedHdl, ::Outliner *, pOutliner ) in IMPL_LINK() argument
1174 IMPL_LINK( View, OnParagraphRemovingHdl, ::Outliner *, pOutliner ) in IMPL_LINK() argument
1188 bool View::isRecordingUndo() const in isRecordingUndo()
1201 void View::AddCustomHdl() in AddCustomHdl()
1206 void View::updateHandles() in updateHandles()
1211 SdrViewContext View::GetContext() const in GetContext()
1220 sal_Bool View::HasMarkablePoints() const in HasMarkablePoints()
1228 sal_uLong View::GetMarkablePointCount() const in GetMarkablePointCount()
1235 sal_Bool View::HasMarkedPoints() const in HasMarkedPoints()
1243 sal_uLong View::GetMarkedPointCount() const in GetMarkedPointCount()
1250 sal_Bool View::IsPointMarkable(const SdrHdl& rHdl) const in IsPointMarkable()
1258 sal_Bool View::MarkPoint(SdrHdl& rHdl, sal_Bool bUnmark ) in MarkPoint()
1266 sal_Bool View::MarkPoints(const Rectangle* pRect, sal_Bool bUnmark) in MarkPoints()
1274 void View::CheckPossibilities() in CheckPossibilities()
1280 void View::OnBeginPasteOrDrop( PasteOrDropInfos* /*pInfos*/ ) in OnBeginPasteOrDrop()
1286 void View::OnEndPasteOrDrop( PasteOrDropInfos* pInfos ) in OnEndPasteOrDrop()
1339 bool View::ShouldToggleOn( in ShouldToggleOn()
1405 void View::ChangeMarkedObjectsBulletsNumbering( in ChangeMarkedObjectsBulletsNumbering()