Home
last modified time | relevance | path

Searched refs:alignment (Results 1 – 25 of 153) sorted by relevance

1234567

/trunk/main/basic/source/runtime/
H A Ddllmgr.cxx129 std::size_t align(std::size_t address, std::size_t alignment) { in align() argument
131 return (address + (alignment - 1)) & ~(alignment - 1); in align()
135 std::vector< char > & blob, std::size_t alignment, std::size_t offset, in align() argument
139 n = align(n - offset, alignment) + offset; //TODO: overflow in align() in align()
145 std::vector< char > & blob, T const & data, std::size_t alignment, in add() argument
148 *reinterpret_cast< T * >(align(blob, alignment, offset, sizeof (T))) = data; in add()
151 std::size_t alignment(SbxVariable * variable) { in alignment() function
169 n = std::max(n, alignment(props->Get(i))); in alignment()
188 return alignment(arr->Get32(&low[0])); in alignment()
299 align(blob, outer ? 4 : alignment(variable), offset, 0); in marshal()
[all …]
/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_intel/
H A Dcall.s34 # stack alignment
55 andl $0xFFFFFFF0,%esp # preserve potential 128bit stack alignment
76 # stack alignment)
99 # stack alignment
121 # stack alignment)
143 # stack alignment
/trunk/main/bridges/source/cpp_uno/gcc3_linux_intel/
H A Dcall.s34 # stack alignment
55 andl $0xFFFFFFF0,%esp # preserve potential 128bit stack alignment
76 # stack alignment)
99 # stack alignment
121 # stack alignment)
143 # stack alignment
/trunk/main/offapi/com/sun/star/style/
H A DHorizontalAlignment.idl34 /** values specify the horizontal alignment of
43 /** set the horizontal alignment to the left margin from the container object
51 /** set the horizontal alignment to the center between the margins from the container object
59 /** set the horizontal alignment to the right margin from the container object
H A DVerticalAlignment.idl34 /** specify the horizontal alignment of
43 …/** set the vertical alignment to the center between the top and bottom margins from the container…
51 /** set the vertical alignment to the top margin from the container object.
59 /** set the vertical alignment to the bottom margin from the container object.
H A DNumberingAlignment.idl38 /** specify the alignment of a numbering level.
45 …/** set the alignment from the numbering. Use the com::sun::star::style::HorizontalAlignment enum …
H A DTabAlign.idl34 /** These enumeration values are used to specify the alignment of
74 /** The default alignment for tabulators is applied.
/trunk/main/svx/source/items/
H A Dsvxitems.src91 < "Vertical text alignment" ; SID_PARA_VERTALIGN ; > ;
217 Text [ en-US ] = "Horizontal alignment default" ;
237 Text [ en-US ] = "Repeat alignment" ;
241 Text [ en-US ] = "Vertical alignment default" ;
/trunk/main/xmerge/java/pocketword/src/main/java/org/openoffice/xmerge/converter/xml/sxw/pocketword/
H A DParagraph.java67 private byte alignment = 0; field in Paragraph
146 alignment = data[23]; in Paragraph()
794 switch (alignment) { in makeStyle()
/trunk/main/offapi/com/sun/star/awt/
H A DXFixedText.idl55 /** sets the alignment of the text in the control.
67 /** returns the alignment of the text in the control.
H A DUnoControlButtonModel.idl57 /** specifies the horizontal alignment of the text in the control.
132 /** specifies the alignment of the image inside the button as
276 /** specifies the vertical alignment of the text in the control.
H A DXFixedHyperlink.idl70 /** sets the alignment of the text in the control.
82 /** returns the alignment of the text in the control.
H A DUnoControlFixedHyperlinkModel.idl57 /** specifies the horizontal alignment of the text in the control.
172 /** specifies the vertical alignment of the text in the control.
H A DUnoControlFixedTextModel.idl57 /** specifies the horiztonal alignment of the text in the control.
166 /** specifies the vertical alignment of the text in the control.
H A DUnoControlRadioButtonModel.idl57 /** specifies the horizontal alignment of the text in the control.
196 /** specifies the vertical alignment of the text in the control.
H A DUnoControlCheckBoxModel.idl56 /** specifies the horizontal alignment of the text in the control.
202 /** specifies the vertical alignment of the text in the control.
/trunk/main/offapi/com/sun/star/text/
H A DVertOrientationFormat.idl54 /** determines the vertical alignment of an object.
62 …/** determines the reference position of the vertical alignment.@see com::sun::star::text::RelOrie…
H A DHoriOrientationFormat.idl58 /** determines the horizontal alignment of an object.
66 …/** determines the reference position of the horizontal alignment.@see com::sun::star::text::RelOr…
/trunk/main/oovbaapi/ooo/vba/excel/
H A DXButton.idl53 /** Horizontal alignment of the caption. */
56 /** Vertical alignment of the caption. */
/trunk/main/offapi/com/sun/star/drawing/
H A DGluePoint2.idl63 specifies the vertical and horizontal alignment of this
64 point. The alignment specifies how the glue point is
/trunk/main/offapi/com/sun/star/sdb/
H A DColumnSettings.idl57 /** specifies the alignment of columns text.
67 , a default alignment should be used according
/trunk/main/oox/source/xls/
H A Dstylesfragment.cxx148 case XLS_TOKEN( alignment ): mxXf->importAlignment( rAttribs ); break; in onCreateContext()
171 case XLS_TOKEN( alignment ): mxDxf->importAlignment( rAttribs ); break; in onCreateContext()
/trunk/main/sc/source/ui/src/
H A Dscstring.src317 Text [ en-US ] = "Repeat alignment" ;
321 Text [ en-US ] = "Horizontal alignment default" ;
337 Text [ en-US ] = "Vertical alignment default" ;
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/
H A DParaStyle.java100 class alignment extends conversionAlgorithm { class
190 alignment.class
/trunk/main/offapi/com/sun/star/table/
H A DCellProperties.idl110 /** contains the horizontal alignment of the cell contents.
116 /** contains the vertical alignment of the cell contents.

Completed in 52 milliseconds

1234567