Home
last modified time | relevance | path

Searched refs:eAlignment (Results 1 – 16 of 16) sorted by relevance

/trunk/main/chart2/source/view/main/
H A DLabelPositionHelper.cxx66 …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 DChartView.cxx2143 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()
/trunk/main/chart2/source/view/charttypes/
H A DBubbleChart.cxx351 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 DAreaChart.cxx899 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 DVSeriesPlotter.cxx430 , 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 DBarChart.cxx853 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 DPieChart.cxx493 LabelAlignment eAlignment(LABEL_ALIGN_CENTER); in createShapes() local
501 … aPolarPosHelper.getLabelScreenPositionAndAlignmentForUnitCircleValues(eAlignment, nLabelPlacement in createShapes()
520 , fLogicYValue, fLogicYSum, aScreenPosition2D, eAlignment ); in createShapes()
/trunk/main/svtools/source/toolpanel/
H A Dtablayouter.cxx47 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()
/trunk/main/svtools/inc/svtools/
H A Divctrl.hxx172 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()
/trunk/main/svx/source/dialog/
H A Dfontwork.cxx331 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()
/trunk/main/sd/source/ui/dlg/
H A DPaneChildWindows.cxx64 SfxChildAlignment eAlignment) in SFX_IMPL_DOCKINGWINDOW()
73 eChildAlignment = eAlignment; in SFX_IMPL_DOCKINGWINDOW()
/trunk/main/sfx2/source/inc/
H A Dworkwin.hxx111 SfxChildAlignment eAlignment, sal_Bool bIsVisible ): in SfxChild_Impl()
112 pWin(&rChild), aSize(rSize), eAlign(eAlignment), bResize(sal_False), in SfxChild_Impl()
/trunk/main/svtools/source/contnr/
H A Divctrl.cxx112 eAlignment = rInfo.eAlignment; in SvxIconChoiceCtrlColumnInfo()
/trunk/main/sd/source/ui/inc/
H A DPaneChildWindows.hxx43 SfxChildAlignment eAlignment);
/trunk/main/chart2/source/view/inc/
H A DLabelPositionHelper.hxx57 …Adjustment( tAnySequence& rPropValues, const tNameSequence& rPropNames, LabelAlignment eAlignment);
H A DVSeriesPlotter.hxx338 , LabelAlignment eAlignment=LABEL_ALIGN_CENTER

Completed in 82 milliseconds