/aoo41x/main/editeng/source/outliner/ |
H A D | outliner.cxx | 165 if( pEditEngine->IsInUndo() ) in ParagraphInserted() 183 if( !pEditEngine->IsInUndo() ) in ParagraphInserted() 205 if( !pEditEngine->IsInUndo() ) in ParagraphDeleted() 852 if( !IsInUndo() ) in ImplInitDepth() 924 if( !IsInUndo() && IsUndoEnabled() ) in Collapse() 1473 if( !IsInUndo() ) in ParagraphInsertedHdl() 1481 if( !IsInUndo() ) in ParagraphRemovingHdl() 1489 if( !IsInUndo() ) in DepthChangedHdl() 1624 if( pEditEngine->IsInUndo() ) in ParaAttribsChanged() 1902 if( !IsInUndo() ) in IMPL_LINK() [all …]
|
H A D | outleeng.cxx | 101 …pOwner && pOwner->IsUndoEnabled() && !const_cast<EditEngine&>(pOwner->GetEditEngine()).IsInUndo() ) in ParagraphConnected() 224 if ( !IsInUndo() && IsUndoEnabled() ) in SetParaAttribs() 236 if ( !IsInUndo() && IsUndoEnabled() ) in SetParaAttribs()
|
H A D | outlvw.cxx | 542 if( !pOwner->IsInUndo() && pOwner->IsUndoEnabled() ) in SetAttribs() 555 if( !pOwner->IsInUndo() && pOwner->IsUndoEnabled() ) in SetAttribs() 559 if( !pOwner->IsInUndo() && pOwner->IsUndoEnabled() ) in SetAttribs() 603 sal_Bool bUndo = !pOwner->IsInUndo() && pOwner->IsUndoEnabled(); in Indent() 935 sal_Bool bUndo = !pOwner->IsInUndo() && pOwner->IsUndoEnabled(); in ImplExpandOrCollaps()
|
H A D | outlin2.cxx | 424 sal_Bool Outliner::IsInUndo() in IsInUndo() function in Outliner 427 return pEditEngine->IsInUndo(); in IsInUndo()
|
/aoo41x/main/sfx2/source/doc/ |
H A D | Metadatable.cxx | 279 virtual bool IsInUndo() const { return true; } in IsInUndo() function in sfx2::MetadatableUndo 304 virtual bool IsInUndo() const { return false; } in IsInUndo() function in sfx2::MetadatableClipboard 533 ::boost::bind( &Metadatable::IsInUndo, _1 ), in LookupElement() 594 ::boost::bind( &Metadatable::IsInUndo, _1 ), in TryInsertMetadatable() 813 OSL_ENSURE(i_rSource.IsInUndo() || i_rCopy.IsInUndo() || in RegisterCopy() 1493 OSL_ENSURE(!IsInUndo(), "CreateUndo called for object in undo?"); in CreateUndo() 1497 if (!IsInClipboard() && !IsInUndo() && m_pReg) in CreateUndo() 1525 OSL_ENSURE(!IsInUndo(), "RestoreMetadata called for object in undo?"); in RestoreMetadata() 1528 if (IsInClipboard() || IsInUndo()) return; in RestoreMetadata() 1540 OSL_ENSURE(!IsInUndo(), "JoinMetadatables called for object in undo?"); in JoinMetadatable() [all …]
|
/aoo41x/main/editeng/source/editeng/ |
H A D | impedit5.cxx | 81 if ( IsUndoEnabled() && !IsInUndo() && aStatus.DoUndoAttribs() ) in SetStyleSheet() 247 if ( IsUndoEnabled() && !IsInUndo() ) in UndoActionStart() 257 if ( IsUndoEnabled() && !IsInUndo() ) in UndoActionStart() 266 if ( IsUndoEnabled() && !IsInUndo() ) in UndoActionEnd() 276 DBG_ASSERT( !IsInUndo(), "InsertUndo im Undomodus!" ); in InsertUndo() 540 if ( IsUndoEnabled() && !IsInUndo() && aStatus.DoUndoAttribs() ) in SetAttribs() 646 if ( IsUndoEnabled() && !IsInUndo() && aStatus.DoUndoAttribs() ) in RemoveCharAttribs() 753 if ( IsUndoEnabled() && !IsInUndo() && aStatus.DoUndoAttribs() ) in SetParaAttribs()
|
H A D | impedit2.cxx | 2141 if ( IsUndoEnabled() && !IsInUndo() ) in ImpRemoveChars() 2229 if ( IsUndoEnabled() && !IsInUndo()) in ImpMoveParagraphs() 2319 if ( IsUndoEnabled() && !IsInUndo() ) in ImpConnectParagraphs() 2588 if ( IsUndoEnabled() && !IsInUndo() ) in ImpRemoveParagraph() 2745 if ( IsUndoEnabled() && !IsInUndo() ) in InsertText() 2817 if ( IsUndoEnabled() && !IsInUndo() ) in ImpInsertText() 2880 if ( IsUndoEnabled() && !IsInUndo() ) in ImpFastInsertText() 2907 if ( IsUndoEnabled() && !IsInUndo() ) in ImpInsertFeature() 2941 if ( IsUndoEnabled() && !IsInUndo() ) in ImpInsertParaBreak() 3002 if ( IsUndoEnabled() && !IsInUndo() ) in ImpFastInsertParagraph()
|
H A D | editeng.cxx | 138 sal_Bool EditEngine::IsInUndo() in IsInUndo() function in EditEngine 141 return pImpEditEngine->IsInUndo(); in IsInUndo() 159 DBG_ASSERT( !pImpEditEngine->IsInUndo(), "Aufruf von UndoActionStart im Undomodus!" ); in UndoActionStart() 160 if ( !pImpEditEngine->IsInUndo() ) in UndoActionStart() 167 DBG_ASSERT( !pImpEditEngine->IsInUndo(), "Aufruf von UndoActionEnd im Undomodus!" ); in UndoActionEnd() 168 if ( !pImpEditEngine->IsInUndo() ) in UndoActionEnd()
|
H A D | impedit3.cxx | 3642 if ( !GetUpdateMode() || IsInUndo() ) in Paint() 3836 DBG_ASSERT( IsInUndo(), "InsertContent nur fuer Undo()!" ); in InsertContent() 3848 DBG_ASSERT( IsInUndo(), "SplitContent nur fuer Undo()!" ); in SplitContent() 3860 DBG_ASSERT( IsInUndo(), "ConnectContent nur fuer Undo()!" ); in ConnectContents() 3945 if ( GetUpdateMode() && !IsInUndo() && !GetTextRanger() ) in ShowParagraph() 4122 if ( IsInUndo() ) in FormatAndUpdate()
|
H A D | impedit.cxx | 172 if ( pEditEngine->pImpEditEngine->IsInUndo() ) in DrawSelection() 664 if ( pEditEngine->pImpEditEngine->IsInUndo() ) in ShowCursor()
|
/aoo41x/main/sw/source/core/txtnode/ |
H A D | fmtatr2.cxx | 784 bool Meta::IsInUndo() const in IsInUndo() function in sw::Meta 788 return (pTxtNode) ? pTxtNode->IsInUndo() : true; in IsInUndo() 880 struct IsInUndo struct 883 return pMetaField.lock()->IsInUndo(); in operator ()() 908 filtered.begin(), IsInUndo())); in getMetaFields()
|
/aoo41x/main/svtools/source/edit/ |
H A D | texteng.cxx | 558 if ( IsUndoEnabled() && !IsInUndo() ) in ImpRemoveChars() 596 if ( IsUndoEnabled() && !IsInUndo() ) in ImpConnectParagraphs() 694 if ( IsUndoEnabled() && !IsInUndo() ) in ImpRemoveParagraph() 829 if ( IsUndoEnabled() && !IsInUndo() ) in ImpInsertText() 886 if ( IsUndoEnabled() && !IsInUndo() ) in ImpInsertText() 926 if ( IsUndoEnabled() && !IsInUndo() ) in ImpInsertParaBreak() 1438 if ( IsUndoEnabled() && !IsInUndo() ) in UndoActionStart() 1448 if ( IsUndoEnabled() && !IsInUndo() ) in UndoActionEnd() 1454 DBG_ASSERT( !IsInUndo(), "InsertUndo im Undomodus!" ); in InsertUndo() 1479 DBG_ASSERT( IsInUndo(), "SplitContent nur fuer Undo()!" ); in SplitContent() [all …]
|
H A D | textview.cxx | 349 if ( !mpImpl->mpTextEngine->GetUpdateMode() || mpImpl->mpTextEngine->IsInUndo() ) in ImpPaint() 419 …if ( aSel.HasRange() && !mpImpl->mpTextEngine->IsInUndo() && mpImpl->mpTextEngine->GetUpdateMode()… in ImpHighlight() 1778 if ( mpImpl->mpTextEngine->IsInUndo() ) in ImpShowCursor()
|
/aoo41x/main/sfx2/inc/sfx2/ |
H A D | Metadatable.hxx | 116 virtual bool IsInUndo() const = 0;
|
/aoo41x/main/sw/inc/ |
H A D | fmtmeta.hxx | 170 virtual bool IsInUndo() const;
|
H A D | section.hxx | 371 virtual bool IsInUndo() const;
|
H A D | ndtxt.hxx | 823 virtual bool IsInUndo() const;
|
/aoo41x/main/sw/source/core/inc/ |
H A D | bookmrk.hxx | 196 virtual bool IsInUndo() const;
|
/aoo41x/main/sfx2/qa/cppunit/ |
H A D | test_metadatable.cxx | 80 virtual bool IsInUndo() const { return m_bInUndo; } in IsInUndo() function in __anon654113ef0111::MockMetadatable
|
/aoo41x/main/sd/source/ui/func/ |
H A D | fuolbull.cxx | 273 const bool bOutlinerUndoEnabled = pOwner && !pOwner->IsInUndo() && pOwner->IsUndoEnabled(); in SetCurrentBulletsNumbering()
|
/aoo41x/main/sw/source/core/crsr/ |
H A D | bookmrk.cxx | 294 bool Bookmark::IsInUndo() const in IsInUndo() function in sw::mark::Bookmark
|
/aoo41x/main/svtools/inc/svtools/ |
H A D | texteng.hxx | 288 sal_Bool IsInUndo() { return mbIsInUndo; } in IsInUndo() function in TextEngine
|
/aoo41x/main/sc/source/ui/inc/ |
H A D | docsh.hxx | 352 sal_Bool IsInUndo() const { return bIsInUndo; } in IsInUndo() function in ScDocShell
|
/aoo41x/main/editeng/inc/editeng/ |
H A D | editeng.hxx | 277 sal_Bool IsInUndo();
|
H A D | outliner.hxx | 818 sal_Bool IsInUndo();
|