Home
last modified time | relevance | path

Searched refs:rOldSet (Results 1 – 25 of 47) sorted by relevance

12

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/pagedlg/
H A Dtptable.cxx41 const SfxItemSet& rOldSet,
46 const SfxItemSet& rOldSet,
54 const SfxItemSet& rOldSet,
64 const SfxItemSet& rOldSet,
72 const SfxItemSet& rOldSet,
253 const SfxItemSet& rOldSet = GetItemSet(); in FillItemSet() local
291 if ( WAS_DEFAULT(nWhichPageNo,rOldSet) in FillItemSet()
422 const SfxItemSet& rOldSet, in lcl_PutBoolItem() argument
439 const SfxItemSet& rOldSet, in lcl_PutVObjModeItem() argument
458 const SfxItemSet& rOldSet, in lcl_PutScaleItem() argument
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/pagedlg/
H A Dtptable.cxx43 const SfxItemSet& rOldSet,
48 const SfxItemSet& rOldSet,
56 const SfxItemSet& rOldSet,
66 const SfxItemSet& rOldSet,
74 const SfxItemSet& rOldSet,
258 const SfxItemSet& rOldSet = GetItemSet(); in FillItemSet() local
296 if ( WAS_DEFAULT(nWhichPageNo,rOldSet) in FillItemSet()
427 const SfxItemSet& rOldSet, in lcl_PutBoolItem() argument
444 const SfxItemSet& rOldSet, in lcl_PutVObjModeItem() argument
463 const SfxItemSet& rOldSet, in lcl_PutScaleItem() argument
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/cui/source/tabpages/
H A Dalign.cxx185 const SfxItemSet& rOldSet = GetItemSet(); in FillItemSet() local
218 else if (SfxItemState::DEFAULT == rOldSet.GetItemState(nWhich, false)) in FillItemSet()
232 else if (SfxItemState::DEFAULT == rOldSet.GetItemState(nWhich, false)) in FillItemSet()
261 else if (SfxItemState::DEFAULT == rOldSet.GetItemState(nWhich, false)) in FillItemSet()
275 else if (SfxItemState::DEFAULT == rOldSet.GetItemState(nWhich, false)) in FillItemSet()
298 else if (SfxItemState::DEFAULT == rOldSet.GetItemState(nWhich, false)) in FillItemSet()
312 else if (SfxItemState::DEFAULT == rOldSet.GetItemState(nWhich, false)) in FillItemSet()
321 else if (SfxItemState::DEFAULT == rOldSet.GetItemState(nWhich, false)) in FillItemSet()
335 else if (SfxItemState::DEFAULT == rOldSet.GetItemState(nWhich, false)) in FillItemSet()
349 else if (SfxItemState::DEFAULT == rOldSet.GetItemState(nWhich, false)) in FillItemSet()
[all …]
H A Dchardlg.cxx878 const SfxItemSet& rOldSet = GetItemSet(); in FillItemSet_Impl() local
916 else if ( SfxItemState::DEFAULT == rOldSet.GetItemState( nWhich, false ) ) in FillItemSet_Impl()
966 else if ( SfxItemState::DEFAULT == rOldSet.GetItemState( nWhich, false ) ) in FillItemSet_Impl()
1013 else if ( SfxItemState::DEFAULT == rOldSet.GetItemState( nWhich, false ) ) in FillItemSet_Impl()
1575 const SfxItemSet& rOldSet = GetItemSet(); in FillItemSetColor_Impl() local
2069 const SfxItemSet& rOldSet = GetItemSet(); in FillItemSet() local
2215 if( rOldSet.GetItemState( nWhich ) != SfxItemState::DONTCARE ) in FillItemSet()
2223 if (rOldSet.GetItemState( nWhich ) == SfxItemState::DONTCARE && in FillItemSet()
2870 const SfxItemSet& rOldSet = GetItemSet(); in FillItemSet() local
2927 SfxItemState eOldKernState = rOldSet.GetItemState( nWhich, false ); in FillItemSet()
[all …]
H A Dpage.cxx628 const SfxItemSet& rOldSet = GetItemSet(); in FillItemSet() local
629 SfxItemPool* pPool = rOldSet.GetPool(); in FillItemSet()
636 SvxLRSpaceItem aMargin( static_cast<const SvxLRSpaceItem&>(rOldSet.Get( nWhich )) ); in FillItemSet()
640 SvxULSpaceItem aTopMargin( static_cast<const SvxULSpaceItem&>(rOldSet.Get( nWhich )) ); in FillItemSet()
671 if (rOldSet.HasItem(SID_ATTR_CHAR_GRABBAG)) in FillItemSet()
675 static_cast<const SfxGrabBagItem&>(rOldSet.Get(SID_ATTR_CHAR_GRABBAG))); in FillItemSet()
697 pOld = rOldSet.GetItem(SID_ATTR_CHAR_GRABBAG); in FillItemSet()
786 SvxPageItem aPage( static_cast<const SvxPageItem&>(rOldSet.Get( nWhich )) ); in FillItemSet()
816 else if ( SfxItemState::DEFAULT == rOldSet.GetItemState( nWhich ) ) in FillItemSet()
819 rSet->Put( rOldSet.Get( nWhich ) ); in FillItemSet()
[all …]
H A Dborder.cxx978 const SfxItemSet& rOldSet = GetItemSet(); in FillItemSet() local
983 MapUnit eCoreUnit = rOldSet.GetPool()->GetMetric( nBoxWhich ); in FillItemSet()
1072 if ( SfxItemState::DEFAULT == rOldSet.GetItemState( nBoxWhich, false )) in FillItemSet()
1074 bPut = aBoxItem != static_cast<const SvxBoxItem&>(rOldSet.Get(nBoxWhich)); in FillItemSet()
1076 if( SfxItemState::DEFAULT == rOldSet.GetItemState( nBoxInfoWhich, false ) ) in FillItemSet()
1079 rOldSet.Get(nBoxInfoWhich)); in FillItemSet()
1534 const SfxItemSet& rOldSet = GetItemSet(); in UpdateRemoveAdjCellBorderCB() local
1535 const SvxBoxInfoItem* pOldBoxInfoItem = GetOldItem( rOldSet, SID_ATTR_BORDER_INNER ); in UpdateRemoveAdjCellBorderCB()
1536 …const SvxBoxItem* pOldBoxItem = static_cast<const SvxBoxItem*>(GetOldItem( rOldSet, mnBoxS… in UpdateRemoveAdjCellBorderCB()
H A Dswpossizetabpage.cxx783 const SfxItemSet& rOldSet = GetItemSet(); in FillItemSet() local
813 … static_cast<const SfxInt16Item&>(rOldSet.Get( SID_ATTR_TRANSFORM_HORI_ORIENT)); in FillItemSet()
815 … static_cast<const SfxInt16Item&>(rOldSet.Get( SID_ATTR_TRANSFORM_HORI_RELATION)); in FillItemSet()
817 … static_cast<const SfxInt32Item&>(rOldSet.Get( SID_ATTR_TRANSFORM_HORI_POSITION)) ; in FillItemSet()
842 … static_cast<const SfxInt16Item&>(rOldSet.Get( SID_ATTR_TRANSFORM_VERT_ORIENT)); in FillItemSet()
844 … static_cast<const SfxInt16Item&>(rOldSet.Get( SID_ATTR_TRANSFORM_VERT_RELATION)); in FillItemSet()
846 … static_cast<const SfxInt32Item&>(rOldSet.Get( SID_ATTR_TRANSFORM_VERT_POSITION)); in FillItemSet()
875 const SfxPoolItem* pItem = GetItem( rOldSet, SID_SW_FOLLOW_TEXT_FLOW); in FillItemSet()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/engine3d/
H A De3dundo.cxx58 const SfxItemSet& rOldSet) in E3dAttributesUndoAction() argument
62 ,maOldSet(rOldSet) in E3dAttributesUndoAction()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/engine3d/
H A De3dundo.cxx62 const SfxItemSet& rOldSet) in E3dAttributesUndoAction() argument
66 ,maOldSet(rOldSet) in E3dAttributesUndoAction()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cui/source/tabpages/
H A Dchardlg.cxx873 const SfxItemSet& rOldSet = GetItemSet(); in FillItemSet_Impl() local
911 else if ( SfxItemState::DEFAULT == rOldSet.GetItemState( nWhich, false ) ) in FillItemSet_Impl()
961 else if ( SfxItemState::DEFAULT == rOldSet.GetItemState( nWhich, false ) ) in FillItemSet_Impl()
1008 else if ( SfxItemState::DEFAULT == rOldSet.GetItemState( nWhich, false ) ) in FillItemSet_Impl()
1575 const SfxItemSet& rOldSet = GetItemSet(); in FillItemSetColor_Impl() local
2112 const SfxItemSet& rOldSet = GetItemSet(); in FillItemSet() local
2258 if( rOldSet.GetItemState( nWhich ) != SfxItemState::DONTCARE ) in FillItemSet()
2266 if (rOldSet.GetItemState( nWhich ) == SfxItemState::DONTCARE && in FillItemSet()
2948 const SfxItemSet& rOldSet = GetItemSet(); in FillItemSet() local
3005 SfxItemState eOldKernState = rOldSet.GetItemState( nWhich, false ); in FillItemSet()
[all …]
H A Dalign.cxx87 void lcl_SetJustifyMethodToItemSet(SfxItemSet& rSet, const SfxItemSet& rOldSet, sal_uInt16 nWhichJM… in lcl_SetJustifyMethodToItemSet() argument
94 …const SvxJustifyMethodItem& rOldItem = static_cast<const SvxJustifyMethodItem&>(rOldSet.Get(nWhich… in lcl_SetJustifyMethodToItemSet()
178 const SfxItemSet& rOldSet = GetItemSet(); in FillItemSet() local
313 …lcl_SetJustifyMethodToItemSet(*rSet, rOldSet, nWhichHorJM, *m_xLbHorAlign, ALIGNDLG_HORALIGN_DISTR… in FillItemSet()
318 …lcl_SetJustifyMethodToItemSet(*rSet, rOldSet, nWhichVerJM, *m_xLbVerAlign, ALIGNDLG_VERALIGN_DISTR… in FillItemSet()
H A Dborder.cxx914 const SfxItemSet& rOldSet = GetItemSet(); in FillItemSet() local
919 MapUnit eCoreUnit = rOldSet.GetPool()->GetMetric( nBoxWhich ); in FillItemSet()
1008 if ( SfxItemState::DEFAULT == rOldSet.GetItemState( nBoxWhich, false )) in FillItemSet()
1010 bPut = aBoxItem != static_cast<const SvxBoxItem&>(rOldSet.Get(nBoxWhich)); in FillItemSet()
1012 if( SfxItemState::DEFAULT == rOldSet.GetItemState( nBoxInfoWhich, false ) ) in FillItemSet()
1015 rOldSet.Get(nBoxInfoWhich)); in FillItemSet()
1445 const SfxItemSet& rOldSet = GetItemSet(); in UpdateRemoveAdjCellBorderCB() local
1446 const SvxBoxInfoItem* pOldBoxInfoItem = GetOldItem( rOldSet, SID_ATTR_BORDER_INNER ); in UpdateRemoveAdjCellBorderCB()
1447 …const SvxBoxItem* pOldBoxItem = static_cast<const SvxBoxItem*>(GetOldItem( rOldSet, mnBoxS… in UpdateRemoveAdjCellBorderCB()
H A Dpage.cxx570 const SfxItemSet& rOldSet = GetItemSet(); in FillItemSet() local
571 SfxItemPool* pPool = rOldSet.GetPool(); in FillItemSet()
578 SvxLRSpaceItem aMargin( static_cast<const SvxLRSpaceItem&>(rOldSet.Get( nWhich )) ); in FillItemSet()
582 SvxULSpaceItem aTopMargin( static_cast<const SvxULSpaceItem&>(rOldSet.Get( nWhich )) ); in FillItemSet()
687 SvxPageItem aPage( static_cast<const SvxPageItem&>(rOldSet.Get( nWhich )) ); in FillItemSet()
718 else if ( SfxItemState::DEFAULT == rOldSet.GetItemState( nWhich ) ) in FillItemSet()
721 rSet->Put( rOldSet.Get( nWhich ) ); in FillItemSet()
762 … const SfxBoolItem& rRegItem = static_cast<const SfxBoolItem&>(rOldSet.Get(SID_SWREGISTER_MODE)); in FillItemSet()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/ww8/
H A Dww8graf.cxx1667 const SfxItemSet& rOldSet = pSdrObj->GetMergedItemSet(); in MatchSdrItemsIntoFlySet() local
1797 if( WW8ITEMVALUE(rOldSet, SDRATTR_SHADOW, SdrOnOffItem) ) in MatchSdrItemsIntoFlySet()
1847 eState = rOldSet.GetItemState(XATTR_FILLSTYLE, true, &pItem); in MatchSdrItemsIntoFlySet()
1867 rOldSet.Get(XATTR_FILLCOLOR).GetColorValue(); in MatchSdrItemsIntoFlySet()
2156 const SfxItemSet& rOldSet = rRecord.pObj->GetMergedItemSet(); in SetAttributesAtGrfNode() local
2158 if (WW8ITEMVALUE(rOldSet, SDRATTR_GRAFCONTRAST, in SetAttributesAtGrfNode()
2162 WW8ITEMVALUE(rOldSet, in SetAttributesAtGrfNode()
2168 if (WW8ITEMVALUE(rOldSet, SDRATTR_GRAFLUMINANCE, in SetAttributesAtGrfNode()
2171 SwLuminanceGrf aLuminance(WW8ITEMVALUE(rOldSet, in SetAttributesAtGrfNode()
2176 if (WW8ITEMVALUE(rOldSet, SDRATTR_GRAFGAMMA, SdrGrafGamma100Item)) in SetAttributesAtGrfNode()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/ww8/
H A Dww8graf.cxx1687 const SfxItemSet& rOldSet = pSdrObj->GetMergedItemSet(); in MatchSdrItemsIntoFlySet() local
1776 bool bFixSize = !(WW8ITEMVALUE(rOldSet, SDRATTR_TEXT_AUTOGROWHEIGHT, in MatchSdrItemsIntoFlySet()
1817 if( WW8ITEMVALUE(rOldSet, SDRATTR_SHADOW, SdrOnOffItem) ) in MatchSdrItemsIntoFlySet()
1859 sal_uInt16 nRes = WW8ITEMVALUE(rOldSet, XATTR_FILLTRANSPARENCE, in MatchSdrItemsIntoFlySet()
1867 eState = rOldSet.GetItemState(XATTR_FILLSTYLE, true, &pItem); in MatchSdrItemsIntoFlySet()
1887 rOldSet.Get(XATTR_FILLCOLOR).GetColorValue(); in MatchSdrItemsIntoFlySet()
2181 if (WW8ITEMVALUE(rOldSet, SDRATTR_GRAFCONTRAST, in SetAttributesAtGrfNode()
2185 WW8ITEMVALUE(rOldSet, in SetAttributesAtGrfNode()
2191 if (WW8ITEMVALUE(rOldSet, SDRATTR_GRAFLUMINANCE, in SetAttributesAtGrfNode()
2194 SwLuminanceGrf aLuminance(WW8ITEMVALUE(rOldSet, in SetAttributesAtGrfNode()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/attrdlg/
H A Dtabpages.cxx111 const SfxItemSet& rOldSet = GetItemSet(); in FillItemSet() local
112 SfxItemState eItemState = rOldSet.GetItemState( nWhich, false ); in FillItemSet()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/inc/
H A DUndoAttribute.hxx110 SwUndoFormatAttr( const SfxItemSet& rOldSet,
204 SwUndoDefaultAttr( const SfxItemSet& rOldSet, const SwDoc& rDoc );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/inc/
H A DUndoAttribute.hxx110 SwUndoFormatAttr( const SfxItemSet& rOldSet,
203 SwUndoDefaultAttr( const SfxItemSet& rOldSet, const SwDoc* pDoc );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/attrdlg/
H A Dtabpages.cxx111 const SfxItemSet& rOldSet = GetItemSet(); in FillItemSet() local
112 SfxItemState eItemState = rOldSet.GetItemState( nWhich, false ); in FillItemSet()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/svx/
H A De3dundo.hxx96 const SfxItemSet& rOldSet);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/svx/
H A De3dundo.hxx96 const SfxItemSet& rOldSet);
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/data/
H A Dattarray.cxx501 const SfxItemSet& rOldSet = mvData[nx].pPattern->GetItemSet(); in SetPatternAreaImpl() local
504 rNewSet, rOldSet ) ) in SetPatternAreaImpl()
672 const SfxItemSet& rOldSet = pOldPattern->GetItemSet(); in ApplyStyleArea() local
676 rNewSet, rOldSet ) ) in ApplyStyleArea()
741 const SfxItemSet& rOldSet = pOldPattern->GetItemSet(); in ApplyLineStyleArea() local
743 SfxItemState eState = rOldSet.GetItemState( ATTR_BORDER, true, &pBoxItem ); in ApplyLineStyleArea()
745 … SfxItemState eTLBRState = rOldSet.GetItemState( ATTR_BORDER_TLBR, true, &pTLBRItem ); in ApplyLineStyleArea()
891 const SfxItemSet& rOldSet = pOldPattern->GetItemSet(); in ApplyCacheArea() local
895 rNewSet, rOldSet ) ) in ApplyCacheArea()
1719 const SfxItemSet& rOldSet = pOldPattern->GetItemSet(); in ChangeIndent() local
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/data/
H A Dattarray.cxx508 const SfxItemSet& rOldSet = mvData[nx].pPattern->GetItemSet(); in SetPatternAreaImpl() local
511 rNewSet, rOldSet ) ) in SetPatternAreaImpl()
678 const SfxItemSet& rOldSet = pOldPattern->GetItemSet(); in ApplyStyleArea() local
682 rNewSet, rOldSet ) ) in ApplyStyleArea()
747 const SfxItemSet& rOldSet = pOldPattern->GetItemSet(); in ApplyLineStyleArea() local
749 SfxItemState eState = rOldSet.GetItemState( ATTR_BORDER, true, &pBoxItem ); in ApplyLineStyleArea()
897 const SfxItemSet& rOldSet = pOldPattern->GetItemSet(); in ApplyCacheArea() local
901 rNewSet, rOldSet ) ) in ApplyCacheArea()
1727 const SfxItemSet& rOldSet = pOldPattern->GetItemSet(); in ChangeIndent() local
1730 … bool bNeedJust = ( rOldSet.GetItemState( ATTR_HOR_JUSTIFY, false, &pItem ) != SfxItemState::SET in ChangeIndent()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/dialog/
H A Dtabdlg.cxx254 const SfxItemSet& rOldSet = GetItemSet(); in GetOldItem() local
258 if ( pImpl->mbStandard && rOldSet.GetParent() ) in GetOldItem()
259 pItem = GetItem( *rOldSet.GetParent(), nSlot ); in GetOldItem()
264 pItem = GetItem( rOldSet, nSlot ); in GetOldItem()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/dialog/
H A Dtabdlg.cxx252 const SfxItemSet& rOldSet = GetItemSet(); in GetOldItem() local
256 if ( pImpl->mbStandard && rOldSet.GetParent() ) in GetOldItem()
257 pItem = GetItem( *rOldSet.GetParent(), nSlot ); in GetOldItem()
262 pItem = GetItem( rOldSet, nSlot ); in GetOldItem()

12