Home
last modified time | relevance | path

Searched refs:eOldPos (Results 1 – 4 of 4) sorted by relevance

/trunk/main/cui/source/tabpages/
H A Dbackgrnd.cxx809 SvxGraphicPosition eOldPos = rOldItem.GetGraphicPos(); in FillItemSet() local
818 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() local
1017 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()
/trunk/main/chart2/source/controller/itemsetwrapper/
H A DAxisItemConverter.cxx842 …::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()
H A DLegendItemConverter.cxx153 chart2::LegendPosition eOldPos; in ApplySpecialItem() local
154 … if( ! ( GetPropertySet()->getPropertyValue( C2U( "AnchorPosition" )) >>= eOldPos ) || in ApplySpecialItem()
155 ( eOldPos != eNewPos )) in ApplySpecialItem()
/trunk/main/cui/source/dialogs/
H A Diconcdlg.cxx424 EIconChoicePos eOldPos = meChoicePos; in SetCtrlPos() local
427 return eOldPos; in SetCtrlPos()

Completed in 28 milliseconds