Searched refs:eNewPos (Results 1 – 6 of 6) sorted by relevance
/aoo42x/main/xmloff/source/style/ |
H A D | XMLBackgroundImageContext.cxx | 223 eNewPos = nPrc < 25 in ProcessAttrs() 235 lcl_xmlbic_MergeVertPos( eNewPos, eTmp ); in ProcessAttrs() 248 lcl_xmlbic_MergeVertPos( eNewPos, in ProcessAttrs() 251 lcl_xmlbic_MergeHoriPos( eNewPos, in ProcessAttrs() 254 eNewPos = GraphicLocation_MIDDLE_MIDDLE; in ProcessAttrs() 260 lcl_xmlbic_MergeHoriPos( eNewPos, in ProcessAttrs() 263 eNewPos = (GraphicLocation)nTmp; in ProcessAttrs() 272 lcl_xmlbic_MergeVertPos( eNewPos, in ProcessAttrs() 275 eNewPos = (GraphicLocation)nTmp; in ProcessAttrs() 286 bOK &= GraphicLocation_NONE != eNewPos; in ProcessAttrs() [all …]
|
/aoo42x/main/cui/source/tabpages/ |
H A D | backgrnd.cxx | 1357 RECT_POINT eNewPos = RP_MM; in SetGraphicPosition_Impl() local 1362 case GPOS_LT: eNewPos = RP_LT; break; in SetGraphicPosition_Impl() 1363 case GPOS_MT: eNewPos = RP_MT; break; in SetGraphicPosition_Impl() 1364 case GPOS_RT: eNewPos = RP_RT; break; in SetGraphicPosition_Impl() 1365 case GPOS_LM: eNewPos = RP_LM; break; in SetGraphicPosition_Impl() 1366 case GPOS_RM: eNewPos = RP_RM; break; in SetGraphicPosition_Impl() 1372 aWndPosition.SetActualRP( eNewPos ); in SetGraphicPosition_Impl() 1703 eNewPos, in IMPL_LINK() 1707 eNewPos, in IMPL_LINK() 1774 eNewPos, in IMPL_LINK() [all …]
|
/aoo42x/main/chart2/source/controller/chartapiwrapper/ |
H A D | LegendWrapper.cxx | 165 chart2::LegendPosition eNewPos; in convertInnerToOuterValue() local 166 if( rInnerValue >>= eNewPos ) in convertInnerToOuterValue() 168 switch( eNewPos ) in convertInnerToOuterValue() 192 chart2::LegendPosition eNewPos = chart2::LegendPosition_LINE_END; in convertOuterToInnerValue() local 200 eNewPos = chart2::LegendPosition_LINE_START; in convertOuterToInnerValue() 203 eNewPos = chart2::LegendPosition_LINE_END; in convertOuterToInnerValue() 206 eNewPos = chart2::LegendPosition_PAGE_START; in convertOuterToInnerValue() 209 eNewPos = chart2::LegendPosition_PAGE_END; in convertOuterToInnerValue() 216 return uno::makeAny( eNewPos ); in convertOuterToInnerValue()
|
/aoo42x/main/chart2/source/controller/dialogs/ |
H A D | res_LegendPosition.cxx | 153 chart2::LegendPosition eNewPos; in writeToModel() local 157 eNewPos = chart2::LegendPosition_LINE_START; in writeToModel() 160 eNewPos = chart2::LegendPosition_LINE_END; in writeToModel() 164 eNewPos = chart2::LegendPosition_PAGE_START; in writeToModel() 169 eNewPos = chart2::LegendPosition_PAGE_END; in writeToModel() 173 xProp->setPropertyValue( C2U( "AnchorPosition" ), uno::makeAny( eNewPos )); in writeToModel()
|
/aoo42x/main/chart2/source/controller/itemsetwrapper/ |
H A D | LegendItemConverter.cxx | 134 …chart2::LegendPosition eNewPos = static_cast<chart2::LegendPosition>(((const SfxInt32Item*)pPoolIt… in ApplySpecialItem() local 137 switch( eNewPos ) in ApplySpecialItem() 155 ( eOldPos != eNewPos )) in ApplySpecialItem() 157 … GetPropertySet()->setPropertyValue( C2U( "AnchorPosition" ), uno::makeAny( eNewPos )); in ApplySpecialItem()
|
/aoo42x/main/chart2/qa/ |
H A D | TestCaseOldAPI.java | 467 ChartLegendPosition eNewPos = ChartLegendPosition.BOTTOM; in testLegend() local 468 xLegendProp.setPropertyValue( "Alignment", eNewPos ); in testLegend() 472 xLegendProp.getPropertyValue( "Alignment" )) == eNewPos ); in testLegend()
|
Completed in 41 milliseconds