Home
last modified time | relevance | path

Searched refs:nAlign (Results 1 – 25 of 157) sorted by relevance

1234567

/dports/editors/libreoffice/libreoffice-7.2.6.2/writerfilter/source/rtftok/
H A Drtffly.hxx36 sal_Int32 nAlign = 0; in GetAlign() local
40 nAlign = NS_ooxml::LN_Value_doc_ST_YAlign_center; in GetAlign()
43 nAlign = NS_ooxml::LN_Value_doc_ST_YAlign_top; in GetAlign()
46 nAlign = NS_ooxml::LN_Value_doc_ST_YAlign_bottom; in GetAlign()
50 return nAlign; in GetAlign()
91 sal_Int32 nAlign = 0; in GetAlign() local
95 nAlign = NS_ooxml::LN_Value_doc_ST_XAlign_center; in GetAlign()
98 nAlign = NS_ooxml::LN_Value_doc_ST_XAlign_right; in GetAlign()
101 nAlign = NS_ooxml::LN_Value_doc_ST_XAlign_left; in GetAlign()
104 nAlign = NS_ooxml::LN_Value_doc_ST_XAlign_inside; in GetAlign()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/writerfilter/source/rtftok/
H A Drtffly.hxx38 sal_Int32 nAlign = 0; in GetAlign() local
42 nAlign = NS_ooxml::LN_Value_doc_ST_YAlign_center; in GetAlign()
45 nAlign = NS_ooxml::LN_Value_doc_ST_YAlign_top; in GetAlign()
48 nAlign = NS_ooxml::LN_Value_doc_ST_YAlign_bottom; in GetAlign()
52 return nAlign; in GetAlign()
93 sal_Int32 nAlign = 0; in GetAlign() local
97 nAlign = NS_ooxml::LN_Value_doc_ST_XAlign_center; in GetAlign()
100 nAlign = NS_ooxml::LN_Value_doc_ST_XAlign_right; in GetAlign()
103 nAlign = NS_ooxml::LN_Value_doc_ST_XAlign_left; in GetAlign()
106 nAlign = NS_ooxml::LN_Value_doc_ST_XAlign_inside; in GetAlign()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/svx/
H A Dsvdglue.hxx76 SdrAlign nAlign; member in SdrGluePoint
81 …SdrGluePoint(): nEscDir(SdrEscapeDirection::SMART),nId(0),nAlign(SdrAlign::NONE),bNoPercent(false)… in SdrGluePoint()
82 …Point& rNewPos): aPos(rNewPos),nEscDir(SdrEscapeDirection::SMART),nId(0),nAlign(SdrAlign::NONE),bN… in SdrGluePoint()
98 SdrAlign GetAlign() const { return nAlign; } in GetAlign()
99 void SetAlign(SdrAlign nAlg) { nAlign=nAlg; } in SetAlign()
100 …SdrAlign GetHorzAlign() const { return nAlign & static_cast<SdrAlign>(0x… in GetHorzAlign()
101 …sert((nAlg & static_cast<SdrAlign>(0xFF00)) == SdrAlign::NONE); nAlign = SdrAlign(nAlign & static_… in SetHorzAlign()
102 …SdrAlign GetVertAlign() const { return nAlign & static_cast<SdrAlign>(0x… in GetVertAlign()
103 …sert((nAlg & static_cast<SdrAlign>(0x00FF)) == SdrAlign::NONE); nAlign = SdrAlign(nAlign & static_… in SetVertAlign()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/svx/
H A Dsvdglue.hxx75 SdrAlign nAlign; member in SdrGluePoint
80 …SdrGluePoint(): nEscDir(SdrEscapeDirection::SMART),nId(0),nAlign(SdrAlign::NONE),bNoPercent(false)… in SdrGluePoint()
81 …Point& rNewPos): aPos(rNewPos),nEscDir(SdrEscapeDirection::SMART),nId(0),nAlign(SdrAlign::NONE),bN… in SdrGluePoint()
97 SdrAlign GetAlign() const { return nAlign; } in GetAlign()
98 void SetAlign(SdrAlign nAlg) { nAlign=nAlg; } in SetAlign()
99 …SdrAlign GetHorzAlign() const { return nAlign & static_cast<SdrAlign>(0x… in GetHorzAlign()
100 …sert((nAlg & static_cast<SdrAlign>(0xFF00)) == SdrAlign::NONE); nAlign = SdrAlign(nAlign & static_… in SetHorzAlign()
101 …SdrAlign GetVertAlign() const { return nAlign & static_cast<SdrAlign>(0x… in GetVertAlign()
102 …sert((nAlg & static_cast<SdrAlign>(0x00FF)) == SdrAlign::NONE); nAlign = SdrAlign(nAlign & static_… in SetVertAlign()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/qa/unit/
H A Dactivex-controls-tests.cxx143 sal_Int16 nAlign; in testLabelProperties() local
144 xPropertySet->getPropertyValue("Align") >>= nAlign; in testLabelProperties()
177 xPropertySet->getPropertyValue("Align") >>= nAlign; in testLabelProperties()
223 sal_Int16 nAlign; in testTextBoxProperties() local
224 xPropertySet->getPropertyValue("Align") >>= nAlign; in testTextBoxProperties()
277 xPropertySet->getPropertyValue("Align") >>= nAlign; in testTextBoxProperties()
639 sal_Int16 nAlign; in testCheckBoxProperties() local
728 sal_Int16 nAlign; in testOptionButtonProperties() local
827 sal_Int16 nAlign; in testComboBoxProperties() local
933 sal_Int16 nAlign; in testListBoxProperties() local
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/qa/unit/
H A Dactivex-controls-tests.cxx143 sal_Int16 nAlign; in testLabelProperties() local
144 xPropertySet->getPropertyValue("Align") >>= nAlign; in testLabelProperties()
177 xPropertySet->getPropertyValue("Align") >>= nAlign; in testLabelProperties()
223 sal_Int16 nAlign; in testTextBoxProperties() local
224 xPropertySet->getPropertyValue("Align") >>= nAlign; in testTextBoxProperties()
277 xPropertySet->getPropertyValue("Align") >>= nAlign; in testTextBoxProperties()
639 sal_Int16 nAlign; in testCheckBoxProperties() local
728 sal_Int16 nAlign; in testOptionButtonProperties() local
827 sal_Int16 nAlign; in testComboBoxProperties() local
933 sal_Int16 nAlign; in testListBoxProperties() local
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/svdraw/
H A Dsvdglue.cxx130 if (nAlign == (SdrAlign::HORZ_CENTER|SdrAlign::VERT_CENTER)) in GetAlignAngle()
132 else if (nAlign == (SdrAlign::HORZ_RIGHT |SdrAlign::VERT_CENTER)) in GetAlignAngle()
134 else if (nAlign == (SdrAlign::HORZ_RIGHT |SdrAlign::VERT_TOP)) in GetAlignAngle()
136 else if (nAlign == (SdrAlign::HORZ_CENTER|SdrAlign::VERT_TOP)) in GetAlignAngle()
138 else if (nAlign == (SdrAlign::HORZ_LEFT |SdrAlign::VERT_TOP)) in GetAlignAngle()
140 else if (nAlign == (SdrAlign::HORZ_LEFT |SdrAlign::VERT_CENTER)) in GetAlignAngle()
142 else if (nAlign == (SdrAlign::HORZ_LEFT |SdrAlign::VERT_BOTTOM)) in GetAlignAngle()
144 else if (nAlign == (SdrAlign::HORZ_CENTER|SdrAlign::VERT_BOTTOM)) in GetAlignAngle()
146 else if (nAlign == (SdrAlign::HORZ_RIGHT |SdrAlign::VERT_BOTTOM)) in GetAlignAngle()
194 if(nAlign != (SdrAlign::HORZ_CENTER|SdrAlign::VERT_CENTER)) in Rotate()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/svdraw/
H A Dsvdglue.cxx131 if (nAlign == (SdrAlign::HORZ_CENTER|SdrAlign::VERT_CENTER)) in GetAlignAngle()
133 else if (nAlign == (SdrAlign::HORZ_RIGHT |SdrAlign::VERT_CENTER)) in GetAlignAngle()
135 else if (nAlign == (SdrAlign::HORZ_RIGHT |SdrAlign::VERT_TOP)) in GetAlignAngle()
137 else if (nAlign == (SdrAlign::HORZ_CENTER|SdrAlign::VERT_TOP)) in GetAlignAngle()
139 else if (nAlign == (SdrAlign::HORZ_LEFT |SdrAlign::VERT_TOP)) in GetAlignAngle()
141 else if (nAlign == (SdrAlign::HORZ_LEFT |SdrAlign::VERT_CENTER)) in GetAlignAngle()
143 else if (nAlign == (SdrAlign::HORZ_LEFT |SdrAlign::VERT_BOTTOM)) in GetAlignAngle()
145 else if (nAlign == (SdrAlign::HORZ_CENTER|SdrAlign::VERT_BOTTOM)) in GetAlignAngle()
147 else if (nAlign == (SdrAlign::HORZ_RIGHT |SdrAlign::VERT_BOTTOM)) in GetAlignAngle()
195 if(nAlign != (SdrAlign::HORZ_CENTER|SdrAlign::VERT_CENTER)) in Rotate()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/oox/
H A Dcommentsbuffer.cxx50 static sal_Int32 lcl_ToHorizAlign( sal_Int32 nAlign ) in lcl_ToHorizAlign() argument
52 switch( nAlign ) in lcl_ToHorizAlign()
65 static sal_Int32 lcl_ToVertAlign( sal_Int32 nAlign ) in lcl_ToVertAlign() argument
67 switch( nAlign ) in lcl_ToVertAlign()
83 static sal_Int16 lcl_ToParaAlign(sal_Int32 nAlign) in lcl_ToParaAlign() argument
85 switch ( nAlign ) in lcl_ToParaAlign()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/oox/
H A Dcommentsbuffer.cxx58 static sal_Int32 lcl_ToHorizAlign( sal_Int32 nAlign ) in lcl_ToHorizAlign() argument
60 switch( nAlign ) in lcl_ToHorizAlign()
73 static sal_Int32 lcl_ToVertAlign( sal_Int32 nAlign ) in lcl_ToVertAlign() argument
75 switch( nAlign ) in lcl_ToVertAlign()
91 static sal_Int16 lcl_ToParaAlign(sal_Int32 nAlign) in lcl_ToParaAlign() argument
93 switch ( nAlign ) in lcl_ToParaAlign()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burner/
H A Dstate.cpp495 INT32 nAlign = 0; in BurnStateSave() local
505 nAlign = (huff_size&3) ? (4 - (huff_size&3)) : 0; in BurnStateSave()
506 nChkLen = huff_size + nAlign; in BurnStateSave()
511 if(nAlign) in BurnStateSave()
513 fwrite(&nZero, 1, nAlign, fp); in BurnStateSave()
518 nAlign = (input_size&3) ? (4 - (input_size&3)) : 0; in BurnStateSave()
519 nChkLen = input_size + nAlign; in BurnStateSave()
524 if(nAlign) in BurnStateSave()
526 fwrite(&nZero, 1, nAlign, fp); in BurnStateSave()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burner/
H A Dstate.cpp494 INT32 nAlign = 0; in BurnStateSave() local
504 nAlign = (huff_size&3) ? (4 - (huff_size&3)) : 0; in BurnStateSave()
505 nChkLen = huff_size + nAlign; in BurnStateSave()
510 if(nAlign) in BurnStateSave()
512 fwrite(&nZero, 1, nAlign, fp); in BurnStateSave()
517 nAlign = (input_size&3) ? (4 - (input_size&3)) : 0; in BurnStateSave()
518 nChkLen = input_size + nAlign; in BurnStateSave()
523 if(nAlign) in BurnStateSave()
525 fwrite(&nZero, 1, nAlign, fp); in BurnStateSave()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/ui/vba/
H A Dvbatabstops.cxx122 style::TabAlign nAlign = style::TabAlign_LEFT; in Add() local
131 nAlign = style::TabAlign_LEFT; in Add()
136 nAlign = style::TabAlign_RIGHT; in Add()
141 nAlign = style::TabAlign_CENTER; in Add()
146 nAlign = style::TabAlign_DECIMAL; in Add()
200 aTab.Alignment = nAlign; in Add()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/ui/vba/
H A Dvbatabstops.cxx119 style::TabAlign nAlign = style::TabAlign_LEFT; in Add() local
128 nAlign = style::TabAlign_LEFT; in Add()
133 nAlign = style::TabAlign_RIGHT; in Add()
138 nAlign = style::TabAlign_CENTER; in Add()
143 nAlign = style::TabAlign_DECIMAL; in Add()
197 aTab.Alignment = nAlign; in Add()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/excel/
H A Dxistyle.cxx777 FillFromXF3( nAlign ); in FillFromXF4()
1133 sal_uInt16 nTypeProt, nAlign, nArea; in ReadXF3() local
1138 nAlign = rStrm.ReaduInt16(); in ReadXF3()
1151 maAlignment.FillFromXF3( nAlign ); in ReadXF3()
1159 sal_uInt16 nTypeProt, nAlign, nArea; in ReadXF4() local
1164 nAlign = rStrm.ReaduInt16(); in ReadXF4()
1177 maAlignment.FillFromXF4( nAlign ); in ReadXF4()
1185 sal_uInt16 nTypeProt, nAlign; in ReadXF5() local
1189 nAlign = rStrm.ReaduInt16(); in ReadXF5()
1200 maAlignment.FillFromXF5( nAlign ); in ReadXF5()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/cui/source/tabpages/
H A Dswpossizetabpage.cxx52 short nAlign; member
1305 if((HoriOrientation::LEFT == nAlign || HoriOrientation::RIGHT == nAlign) && in IMPL_LINK()
1329 if(VertOrientation::TOP == nAlign) in IMPL_LINK()
1399 short nAlign = 0; in GetAlignment() local
1419 nAlign = pMap[i].nAlign; in GetAlignment()
1427 nAlign = pMap[nMapPos].nAlign; in GetAlignment()
1429 return nAlign; in GetAlignment()
1475 m_nOldV = m_pVMap[nPos].nAlign; in InitPos()
1618 m_aExampleWN.SetHAlign(nAlign); in UpdateExample()
1629 m_aExampleWN.SetVAlign(nAlign); in UpdateExample()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/excel/
H A Dxistyle.cxx770 FillFromXF3( nAlign ); in FillFromXF4()
1126 sal_uInt16 nTypeProt, nAlign, nArea; in ReadXF3() local
1131 nAlign = rStrm.ReaduInt16(); in ReadXF3()
1144 maAlignment.FillFromXF3( nAlign ); in ReadXF3()
1152 sal_uInt16 nTypeProt, nAlign, nArea; in ReadXF4() local
1157 nAlign = rStrm.ReaduInt16(); in ReadXF4()
1170 maAlignment.FillFromXF4( nAlign ); in ReadXF4()
1178 sal_uInt16 nTypeProt, nAlign; in ReadXF5() local
1182 nAlign = rStrm.ReaduInt16(); in ReadXF5()
1193 maAlignment.FillFromXF5( nAlign ); in ReadXF5()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cui/source/tabpages/
H A Dswpossizetabpage.cxx50 short nAlign; member
1292 if((HoriOrientation::LEFT == nAlign || HoriOrientation::RIGHT == nAlign) && in IMPL_LINK()
1388 short nAlign = 0; in GetAlignment() local
1408 nAlign = pMap[i].nAlign; in GetAlignment()
1416 nAlign = pMap[nMapPos].nAlign; in GetAlignment()
1418 return nAlign; in GetAlignment()
1464 m_nOldV = m_pVMap[nPos].nAlign; in InitPos()
1473 m_nOldH = m_pHMap[nPos].nAlign; in InitPos()
1607 m_aExampleWN.SetHAlign(nAlign); in UpdateExample()
1618 m_aExampleWN.SetVAlign(nAlign); in UpdateExample()
[all …]
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/data/
H A Dcastorage.h38 size_t nAlign; variable
48 size_t alloc = nSizeOf * capacity + nAlign; in realloc_capacity()
59 uint8_t *p = ALIGN_PTR(ptr, nAlign); in realloc_capacity()
159 size_t _nAlign = src->nAlign; in do_swap_data()
166 src->nAlign = nAlign; in do_swap_data()
173 nAlign = _nAlign; in do_swap_data()
184 nAlign = align; in basic_aligned_storage()
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/test/
H A DByteBuffer.cpp58 allocate(src.nLength, src.nAlign, src.bAligned); in ByteBuffer()
81 nAlign = align; in allocate()
88 head = align_pointer<uint8_t>(head, nAlign); in allocate()
89 else if (check_alignment(head, nAlign)) in allocate()
H A DFloatBuffer.cpp61 allocate(src.nLength, src.nAlign, src.bAligned); in FloatBuffer()
78 nAlign = align; in allocate()
86 head = align_pointer<uint8_t>(head, nAlign); in allocate()
87 else if (check_alignment(head, nAlign)) in allocate()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/toolkit/source/helper/
H A Dformpdfexport.cxx400 sal_Int16 nAlign = awt::TextAlign::LEFT; in describePDFControl() local
401 xModelProps->getPropertyValue( FM_PROP_ALIGN ) >>= nAlign; in describePDFControl()
404 switch ( nAlign ) in describePDFControl()
419 VerticalAlignment nAlign = VerticalAlignment_MIDDLE; in describePDFControl() local
420 xModelProps->getPropertyValue( sVertAlignPropertyName ) >>= nAlign; in describePDFControl()
421 switch ( nAlign ) in describePDFControl()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/inc/
H A Dxistyle.hxx269 void FillFromXF3( sal_uInt16 nAlign );
271 void FillFromXF4( sal_uInt16 nAlign );
273 void FillFromXF5( sal_uInt16 nAlign );
275 void FillFromXF8( sal_uInt16 nAlign, sal_uInt16 nMiscAttrib );
277 void FillFromCF( sal_uInt16 nAlign, sal_uInt16 nMiscAttrib );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/inc/
H A Dxistyle.hxx270 void FillFromXF3( sal_uInt16 nAlign );
272 void FillFromXF4( sal_uInt16 nAlign );
274 void FillFromXF5( sal_uInt16 nAlign );
276 void FillFromXF8( sal_uInt16 nAlign, sal_uInt16 nMiscAttrib );
278 void FillFromCF( sal_uInt16 nAlign, sal_uInt16 nMiscAttrib );
/dports/editors/libreoffice/libreoffice-7.2.6.2/toolkit/source/helper/
H A Dformpdfexport.cxx399 sal_Int16 nAlign = awt::TextAlign::LEFT; in describePDFControl() local
400 xModelProps->getPropertyValue( FM_PROP_ALIGN ) >>= nAlign; in describePDFControl()
403 switch ( nAlign ) in describePDFControl()
418 VerticalAlignment nAlign = VerticalAlignment_MIDDLE; in describePDFControl() local
419 xModelProps->getPropertyValue( sVertAlignPropertyName ) >>= nAlign; in describePDFControl()
420 switch ( nAlign ) in describePDFControl()

1234567