/aoo42x/main/chart2/source/view/main/ |
H A D | LabelPositionHelper.cxx | 66 …tAdjustment( tAnySequence& rPropValues, const tNameSequence& rPropNames, LabelAlignment eAlignment) in changeTextAdjustment() argument 71 …if( LABEL_ALIGN_RIGHT==eAlignment || LABEL_ALIGN_RIGHT_TOP==eAlignment || LABEL_ALIGN_RIGHT_BOTTOM… in changeTextAdjustment() 73 …else if( LABEL_ALIGN_LEFT==eAlignment || LABEL_ALIGN_LEFT_TOP==eAlignment || LABEL_ALIGN_LEFT_BOTT… in changeTextAdjustment() 83 …if( LABEL_ALIGN_TOP==eAlignment || LABEL_ALIGN_RIGHT_TOP==eAlignment || LABEL_ALIGN_LEFT_TOP==eAli… in changeTextAdjustment() 85 …else if( LABEL_ALIGN_BOTTOM==eAlignment || LABEL_ALIGN_RIGHT_BOTTOM==eAlignment || LABEL_ALIGN_LEF… in changeTextAdjustment()
|
H A D | ChartView.cxx | 2143 void changePositionOfAxisTitle( VTitle* pVTitle, TitleAlignment eAlignment in changePositionOfAxisTitle() argument 2153 switch( eAlignment ) in changePositionOfAxisTitle() 2201 , TitleAlignment eAlignment in lcl_createTitle() argument 2258 switch( eAlignment ) in lcl_createTitle() 2284 switch( eAlignment ) in lcl_createTitle() 2307 switch ( eAlignment ) in lcl_createTitle()
|
/aoo42x/main/chart2/source/view/charttypes/ |
H A D | BubbleChart.cxx | 351 LabelAlignment eAlignment = LABEL_ALIGN_TOP; in createShapes() local 362 eAlignment = LABEL_ALIGN_TOP; in createShapes() 366 eAlignment = LABEL_ALIGN_BOTTOM; in createShapes() 370 eAlignment = LABEL_ALIGN_LEFT; in createShapes() 374 eAlignment = LABEL_ALIGN_RIGHT; in createShapes() 377 eAlignment = LABEL_ALIGN_CENTER; in createShapes() 382 eAlignment = LABEL_ALIGN_TOP; in createShapes() 390 if(LABEL_ALIGN_CENTER!=eAlignment) in createShapes() 393 … , fBubbleSize, fBubbleSize, aScreenPosition2D, eAlignment, nOffset ); in createShapes()
|
H A D | AreaChart.cxx | 899 LabelAlignment eAlignment = LABEL_ALIGN_TOP; in createShapes() local 910 eAlignment = LABEL_ALIGN_TOP; in createShapes() 914 eAlignment = LABEL_ALIGN_BOTTOM; in createShapes() 918 eAlignment = LABEL_ALIGN_LEFT; in createShapes() 922 eAlignment = LABEL_ALIGN_RIGHT; in createShapes() 925 eAlignment = LABEL_ALIGN_CENTER; in createShapes() 931 eAlignment = LABEL_ALIGN_TOP; in createShapes() 944 eAlignment, fLogicX, fLogicY, fLogicZ, nOffset )); in createShapes() 949 if(LABEL_ALIGN_CENTER==eAlignment || m_nDimension == 3 ) in createShapes() 957 … , aLogicYSumMap[nAttachedAxisIndex], aScreenPosition2D, eAlignment, nOffset ); in createShapes()
|
H A D | VSeriesPlotter.cxx | 430 , LabelAlignment eAlignment in createDataLabel() argument 438 if(LABEL_ALIGN_LEFT==eAlignment) in createDataLabel() 440 else if(LABEL_ALIGN_RIGHT==eAlignment) in createDataLabel() 442 else if(LABEL_ALIGN_TOP==eAlignment) in createDataLabel() 444 else if(LABEL_ALIGN_BOTTOM==eAlignment) in createDataLabel() 592 if(LABEL_ALIGN_LEFT==eAlignment in createDataLabel() 593 || LABEL_ALIGN_LEFT_TOP==eAlignment in createDataLabel() 598 else if(LABEL_ALIGN_RIGHT==eAlignment in createDataLabel() 604 else if(LABEL_ALIGN_TOP==eAlignment in createDataLabel() 605 || LABEL_ALIGN_BOTTOM==eAlignment in createDataLabel() [all …]
|
H A D | BarChart.cxx | 853 LabelAlignment eAlignment(LABEL_ALIGN_CENTER); in createShapes() local 869 eAlignment, nLabelPlacement in createShapes() 873 if(LABEL_ALIGN_CENTER!=eAlignment) in createShapes() 880 … , fLogicValueForLabeDisplay, fLogicSum, aScreenPosition2D, eAlignment, nOffset ); in createShapes()
|
H A D | PieChart.cxx | 493 LabelAlignment eAlignment(LABEL_ALIGN_CENTER); in createShapes() local 501 … aPolarPosHelper.getLabelScreenPositionAndAlignmentForUnitCircleValues(eAlignment, nLabelPlacement in createShapes() 520 , fLogicYValue, fLogicYSum, aScreenPosition2D, eAlignment ); in createShapes()
|
/aoo42x/main/svtools/source/toolpanel/ |
H A D | tablayouter.cxx | 47 TabAlignment eAlignment; member 54 :eAlignment( i_eAlignment ) in TabDeckLayouter_Data() 123 return m_pData->eAlignment; in GetTabAlignment() 173 if ( lcl_isVerticalTabBar( m_pData->eAlignment ) ) in Layout() 181 if ( m_pData->eAlignment == TABS_RIGHT ) in Layout() 205 if ( m_pData->eAlignment == TABS_TOP ) in Layout()
|
/aoo42x/main/svtools/inc/svtools/ |
H A D | ivctrl.hxx | 172 SvxIconChoiceCtrlColumnAlign eAlignment; member in SvxIconChoiceCtrlColumnInfo 178 nWidth( nWd ), eAlignment( eAlign ), nSubItem( nSub ) {} in SvxIconChoiceCtrlColumnInfo() 184 void SetAlignment( SvxIconChoiceCtrlColumnAlign eAlign ) { eAlignment = eAlign; } in SetAlignment() 190 SvxIconChoiceCtrlColumnAlign GetAlignment() const { return eAlignment; } in GetAlignment()
|
/aoo42x/main/svx/source/dialog/ |
H A D | fontwork.cxx | 331 SfxChildAlignment eAlignment; in CheckAlignment() local 342 eAlignment = eActAlign; in CheckAlignment() 353 eAlignment = eAlign; in CheckAlignment() 359 eAlignment = eAlign; in CheckAlignment() 364 return eAlignment; in CheckAlignment()
|
/aoo42x/main/sd/source/ui/dlg/ |
H A D | PaneChildWindows.cxx | 64 SfxChildAlignment eAlignment) in SFX_IMPL_DOCKINGWINDOW() 73 eChildAlignment = eAlignment; in SFX_IMPL_DOCKINGWINDOW()
|
/aoo42x/main/sfx2/source/inc/ |
H A D | workwin.hxx | 111 SfxChildAlignment eAlignment, sal_Bool bIsVisible ): in SfxChild_Impl() 112 pWin(&rChild), aSize(rSize), eAlign(eAlignment), bResize(sal_False), in SfxChild_Impl()
|
/aoo42x/main/svtools/source/contnr/ |
H A D | ivctrl.cxx | 112 eAlignment = rInfo.eAlignment; in SvxIconChoiceCtrlColumnInfo()
|
/aoo42x/main/sd/source/ui/inc/ |
H A D | PaneChildWindows.hxx | 43 SfxChildAlignment eAlignment);
|
/aoo42x/main/chart2/source/view/inc/ |
H A D | LabelPositionHelper.hxx | 57 …Adjustment( tAnySequence& rPropValues, const tNameSequence& rPropNames, LabelAlignment eAlignment);
|
H A D | VSeriesPlotter.hxx | 338 , LabelAlignment eAlignment=LABEL_ALIGN_CENTER
|