Searched refs:eOldPos (Results 1 – 4 of 4) sorted by relevance
809 SvxGraphicPosition eOldPos = rOldItem.GetGraphicPos(); in FillItemSet() local818 if ( ( (GPOS_NONE == eOldPos) && bIsBrush ) in FillItemSet()819 || ( (GPOS_NONE != eOldPos) && !bIsBrush ) ) // Brush <-> Bitmap gewechselt? in FillItemSet()823 if ( (GPOS_NONE == eOldPos) || !aLbSelect.IsVisible() ) in FillItemSet()848 eNewPos != eOldPos in FillItemSet()1013 SvxGraphicPosition eOldPos = rOldItem.GetGraphicPos(); in FillItemSetWithWallpaperItem() local1017 if ( ( (GPOS_NONE == eOldPos) && bIsBrush ) in FillItemSetWithWallpaperItem()1018 || ( (GPOS_NONE != eOldPos) && !bIsBrush ) ) // Brush <-> Bitmap gewechselt? in FillItemSetWithWallpaperItem()1022 if ( (GPOS_NONE == eOldPos) || !aLbSelect.IsVisible() ) in FillItemSetWithWallpaperItem()1040 int bBitmapChanged = ( ( eNewPos != eOldPos ) || in FillItemSetWithWallpaperItem()
153 chart2::LegendPosition eOldPos; in ApplySpecialItem() local154 … if( ! ( GetPropertySet()->getPropertyValue( C2U( "AnchorPosition" )) >>= eOldPos ) || in ApplySpecialItem()155 ( eOldPos != eNewPos )) in ApplySpecialItem()
842 …::com::sun::star::chart::ChartAxisLabelPosition eOldPos( ::com::sun::star::chart::ChartAxisLabelPo… in ApplySpecialItem()843 … bool bPropExisted = ( GetPropertySet()->getPropertyValue(C2U( "LabelPosition" )) >>= eOldPos ); in ApplySpecialItem()845 if( !bPropExisted || ( eOldPos != ePos )) in ApplySpecialItem()880 …::com::sun::star::chart::ChartAxisMarkPosition eOldPos( ::com::sun::star::chart::ChartAxisMarkPosi… in ApplySpecialItem()881 … bool bPropExisted = ( GetPropertySet()->getPropertyValue(C2U( "MarkPosition" )) >>= eOldPos ); in ApplySpecialItem()883 if( !bPropExisted || ( eOldPos != ePos )) in ApplySpecialItem()
424 EIconChoicePos eOldPos = meChoicePos; in SetCtrlPos() local427 return eOldPos; in SetCtrlPos()
Completed in 34 milliseconds