Home
last modified time | relevance | path

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

12

/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/source/view/charttypes/
H A DBubbleChart.cxx306 LabelAlignment eAlignment = LABEL_ALIGN_TOP; in createShapes() local
318 eAlignment = LABEL_ALIGN_TOP; in createShapes()
322 eAlignment = LABEL_ALIGN_BOTTOM; in createShapes()
326 eAlignment = LABEL_ALIGN_LEFT; in createShapes()
330 eAlignment = LABEL_ALIGN_RIGHT; in createShapes()
333 eAlignment = LABEL_ALIGN_CENTER; in createShapes()
338 eAlignment = LABEL_ALIGN_TOP; in createShapes()
345 if(eAlignment!=LABEL_ALIGN_CENTER) in createShapes()
348 … , fBubbleSize, fBubbleSize, aScreenPosition2D, eAlignment, nOffset ); in createShapes()
H A DNetChart.cxx563 LabelAlignment eAlignment = LABEL_ALIGN_TOP; in createShapes() local
575 eAlignment = LABEL_ALIGN_TOP; in createShapes()
579 eAlignment = LABEL_ALIGN_BOTTOM; in createShapes()
583 eAlignment = LABEL_ALIGN_LEFT; in createShapes()
587 eAlignment = LABEL_ALIGN_RIGHT; in createShapes()
590 eAlignment = LABEL_ALIGN_CENTER; in createShapes()
596 eAlignment = LABEL_ALIGN_TOP; in createShapes()
610 eAlignment, fLogicX, fLogicY, fLogicZ, nOffset ); in createShapes()
615 if(eAlignment==LABEL_ALIGN_CENTER ) in createShapes()
623 … , aLogicYSumMap[nAttachedAxisIndex], aScreenPosition2D, eAlignment, nOffset ); in createShapes()
H A DAreaChart.cxx900 LabelAlignment eAlignment = LABEL_ALIGN_TOP; in createShapes() local
921 eAlignment = LABEL_ALIGN_TOP; in createShapes()
925 eAlignment = LABEL_ALIGN_BOTTOM; in createShapes()
929 eAlignment = LABEL_ALIGN_LEFT; in createShapes()
933 eAlignment = LABEL_ALIGN_RIGHT; in createShapes()
936 eAlignment = LABEL_ALIGN_CENTER; in createShapes()
941 eAlignment = LABEL_ALIGN_TOP; in createShapes()
948 if(eAlignment==LABEL_ALIGN_CENTER || m_nDimension == 3 ) in createShapes()
956 … , rLogicYSumMap[nAttachedAxisIndex], aScreenPosition2D, eAlignment, nOffset ); in createShapes()
H A DVSeriesPlotter.cxx403 , LabelAlignment eAlignment in createDataLabel() argument
424 if(eAlignment==LABEL_ALIGN_LEFT) in createDataLabel()
426 else if(eAlignment==LABEL_ALIGN_RIGHT) in createDataLabel()
428 else if(eAlignment==LABEL_ALIGN_TOP) in createDataLabel()
430 else if(eAlignment==LABEL_ALIGN_BOTTOM) in createDataLabel()
769 if(eAlignment==LABEL_ALIGN_LEFT in createDataLabel()
770 || eAlignment==LABEL_ALIGN_LEFT_TOP in createDataLabel()
775 else if(eAlignment==LABEL_ALIGN_RIGHT in createDataLabel()
781 else if(eAlignment==LABEL_ALIGN_TOP in createDataLabel()
782 || eAlignment==LABEL_ALIGN_BOTTOM in createDataLabel()
[all …]
H A DBarChart.cxx881 LabelAlignment eAlignment(LABEL_ALIGN_CENTER); in createShapes() local
896eAlignment, nLabelPlacement, fLogicX, fLowerYValue, fUpperYValue, fLogicZ, in createShapes()
899 if(eAlignment!=LABEL_ALIGN_CENTER) in createShapes()
907 … fLogicValueForLabeDisplay, fLogicSum, aScreenPosition2D, eAlignment, nOffset); in createShapes()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/chart2/source/view/charttypes/
H A DBubbleChart.cxx302 LabelAlignment eAlignment = LABEL_ALIGN_TOP; in createShapes() local
314 eAlignment = LABEL_ALIGN_TOP; in createShapes()
318 eAlignment = LABEL_ALIGN_BOTTOM; in createShapes()
322 eAlignment = LABEL_ALIGN_LEFT; in createShapes()
326 eAlignment = LABEL_ALIGN_RIGHT; in createShapes()
329 eAlignment = LABEL_ALIGN_CENTER; in createShapes()
334 eAlignment = LABEL_ALIGN_TOP; in createShapes()
341 if(eAlignment!=LABEL_ALIGN_CENTER) in createShapes()
344 … , fBubbleSize, fBubbleSize, aScreenPosition2D, eAlignment, nOffset ); in createShapes()
H A DNetChart.cxx563 LabelAlignment eAlignment = LABEL_ALIGN_TOP; in createShapes() local
575 eAlignment = LABEL_ALIGN_TOP; in createShapes()
579 eAlignment = LABEL_ALIGN_BOTTOM; in createShapes()
583 eAlignment = LABEL_ALIGN_LEFT; in createShapes()
587 eAlignment = LABEL_ALIGN_RIGHT; in createShapes()
590 eAlignment = LABEL_ALIGN_CENTER; in createShapes()
596 eAlignment = LABEL_ALIGN_TOP; in createShapes()
610 eAlignment, fLogicX, fLogicY, fLogicZ, nOffset ); in createShapes()
615 if(eAlignment==LABEL_ALIGN_CENTER ) in createShapes()
623 … , aLogicYSumMap[nAttachedAxisIndex], aScreenPosition2D, eAlignment, nOffset ); in createShapes()
H A DAreaChart.cxx899 LabelAlignment eAlignment = LABEL_ALIGN_TOP; in createShapes() local
911 eAlignment = LABEL_ALIGN_TOP; in createShapes()
915 eAlignment = LABEL_ALIGN_BOTTOM; in createShapes()
919 eAlignment = LABEL_ALIGN_LEFT; in createShapes()
923 eAlignment = LABEL_ALIGN_RIGHT; in createShapes()
926 eAlignment = LABEL_ALIGN_CENTER; in createShapes()
932 eAlignment = LABEL_ALIGN_TOP; in createShapes()
939 if(eAlignment==LABEL_ALIGN_CENTER || m_nDimension == 3 ) in createShapes()
947 … , rLogicYSumMap[nAttachedAxisIndex], aScreenPosition2D, eAlignment, nOffset ); in createShapes()
H A DVSeriesPlotter.cxx399 , LabelAlignment eAlignment in createDataLabel() argument
420 if(eAlignment==LABEL_ALIGN_LEFT) in createDataLabel()
422 else if(eAlignment==LABEL_ALIGN_RIGHT) in createDataLabel()
424 else if(eAlignment==LABEL_ALIGN_TOP) in createDataLabel()
426 else if(eAlignment==LABEL_ALIGN_BOTTOM) in createDataLabel()
736 if(eAlignment==LABEL_ALIGN_LEFT in createDataLabel()
737 || eAlignment==LABEL_ALIGN_LEFT_TOP in createDataLabel()
742 else if(eAlignment==LABEL_ALIGN_RIGHT in createDataLabel()
748 else if(eAlignment==LABEL_ALIGN_TOP in createDataLabel()
749 || eAlignment==LABEL_ALIGN_BOTTOM in createDataLabel()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/chart2/source/view/main/
H A DLabelPositionHelper.cxx54 …tAdjustment( tAnySequence& rPropValues, const tNameSequence& rPropNames, LabelAlignment eAlignment) in changeTextAdjustment() argument
59 …if( eAlignment==LABEL_ALIGN_RIGHT || eAlignment==LABEL_ALIGN_RIGHT_TOP || eAlignment==LABEL_ALIGN_… in changeTextAdjustment()
61 …else if( eAlignment==LABEL_ALIGN_LEFT || eAlignment==LABEL_ALIGN_LEFT_TOP || eAlignment==LABEL_ALI… in changeTextAdjustment()
71 …if( eAlignment==LABEL_ALIGN_TOP || eAlignment==LABEL_ALIGN_RIGHT_TOP || eAlignment==LABEL_ALIGN_LE… in changeTextAdjustment()
73 …else if( eAlignment==LABEL_ALIGN_BOTTOM || eAlignment==LABEL_ALIGN_RIGHT_BOTTOM || eAlignment==LAB… in changeTextAdjustment()
/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/source/view/main/
H A DLabelPositionHelper.cxx55 …tAdjustment( tAnySequence& rPropValues, const tNameSequence& rPropNames, LabelAlignment eAlignment) in changeTextAdjustment() argument
60 …if( eAlignment==LABEL_ALIGN_RIGHT || eAlignment==LABEL_ALIGN_RIGHT_TOP || eAlignment==LABEL_ALIGN_… in changeTextAdjustment()
62 …else if( eAlignment==LABEL_ALIGN_LEFT || eAlignment==LABEL_ALIGN_LEFT_TOP || eAlignment==LABEL_ALI… in changeTextAdjustment()
72 …if( eAlignment==LABEL_ALIGN_TOP || eAlignment==LABEL_ALIGN_RIGHT_TOP || eAlignment==LABEL_ALIGN_LE… in changeTextAdjustment()
74 …else if( eAlignment==LABEL_ALIGN_BOTTOM || eAlignment==LABEL_ALIGN_RIGHT_BOTTOM || eAlignment==LAB… in changeTextAdjustment()
/dports/editors/libreoffice/libreoffice-7.2.6.2/lotuswordpro/inc/xfilter/
H A Dxfrubystyle.hxx77 void SetAlignment(enumXFRubyPosition eAlignment);
86 void XFRubyStyle::SetAlignment(enumXFRubyPosition eAlignment) { m_eAlign = eAlignment; } in SetAlignment() argument
/dports/editors/libreoffice6/libreoffice-6.4.7.2/lotuswordpro/inc/xfilter/
H A Dxfrubystyle.hxx77 void SetAlignment(enumXFRubyPosition eAlignment);
89 void XFRubyStyle::SetAlignment(enumXFRubyPosition eAlignment) in SetAlignment() argument
91 m_eAlign = eAlignment; in SetAlignment()
/dports/graphics/podofo/podofo-0.9.7/src/podofo/doc/
H A DPdfTable.h210 inline void SetAlignment( EPdfAlignment eAlignment );
216 inline void SetAlignment( EPdfVerticalAlignment eAlignment );
399 void PdfSimpleTableModel::SetAlignment( EPdfAlignment eAlignment ) in SetAlignment() argument
401 m_eAlignment = eAlignment; in SetAlignment()
408 void PdfSimpleTableModel::SetAlignment( EPdfVerticalAlignment eAlignment ) in SetAlignment() argument
410 m_eVerticalAlignment = eAlignment; in SetAlignment()
H A DPdfPainter.h412 const PdfString & rsText, EPdfAlignment eAlignment = ePdfAlignment_Left,
426 …neText( const PdfRect & rRect, const PdfString & rsText, EPdfAlignment eAlignment = ePdfAlignment_…
444 …Aligned( double dX, double dY, double dWidth, const PdfString & rsText, EPdfAlignment eAlignment );
988 … EPdfAlignment eAlignment, EPdfVerticalAlignment eVertical, bool bClip, bool bSkipSpaces ) in DrawMultiLineText() argument
991 rsText, eAlignment, eVertical, bClip, bSkipSpaces ); in DrawMultiLineText()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/inc/
H A Dworkwin.hxx92 SfxChildAlignment eAlignment, bool bIsVisible ): in SfxChild_Impl()
93 pWin(&rChild), aSize(rSize), eAlign(eAlignment), bResize(false), in SfxChild_Impl()
100 SfxChildAlignment eAlignment): in SfxChild_Impl()
101 pWin(nullptr), xController(rChild), eAlign(eAlignment), bResize(false), in SfxChild_Impl()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/inc/
H A Dworkwin.hxx97 SfxChildAlignment eAlignment, bool bIsVisible ): in SfxChild_Impl()
98 pWin(&rChild), aSize(rSize), eAlign(eAlignment), bResize(false), in SfxChild_Impl()
105 SfxChildAlignment eAlignment): in SfxChild_Impl()
106 pWin(nullptr), xController(rChild), eAlign(eAlignment), bResize(false), in SfxChild_Impl()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/inc/
H A Dimpfont.hxx63 void SetAlignment( const TextAlign eAlignment ) { meAlign = eAlignment; } in SetAlignment() argument
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/inc/
H A Dimpfont.hxx63 void SetAlignment( const TextAlign eAlignment ) { meAlign = eAlignment; } in SetAlignment() argument
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/dialog/
H A Dfontwork.cxx277 SfxChildAlignment eAlignment; in CheckAlignment() local
288 eAlignment = eActAlign; in CheckAlignment()
299 eAlignment = eAlign; in CheckAlignment()
305 eAlignment = eAlign; in CheckAlignment()
310 return eAlignment; in CheckAlignment()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/dialog/
H A Dfontwork.cxx311 SfxChildAlignment eAlignment; in CheckAlignment() local
322 eAlignment = eActAlign; in CheckAlignment()
333 eAlignment = eAlign; in CheckAlignment()
339 eAlignment = eAlign; in CheckAlignment()
344 return eAlignment; in CheckAlignment()
/dports/games/bzflag-server/bzflag-2.4.22/include/
H A DOpenGLUtils.h56 } eAlignment; typedef
/dports/games/bzflag/bzflag-2.4.22/include/
H A DOpenGLUtils.h56 } eAlignment; typedef
/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/source/view/inc/
H A DLabelPositionHelper.hxx49 …Adjustment( tAnySequence& rPropValues, const tNameSequence& rPropNames, LabelAlignment eAlignment);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/chart2/source/view/inc/
H A DLabelPositionHelper.hxx50 …Adjustment( tAnySequence& rPropValues, const tNameSequence& rPropNames, LabelAlignment eAlignment);

12