/aoo42x/main/basic/source/runtime/ |
H A D | dllmgr.cxx | 129 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 …]
|
/aoo42x/main/bridges/source/cpp_uno/gcc3_freebsd_intel/ |
H A D | call.s | 34 # stack alignment 55 andl $0xFFFFFFF0,%esp # preserve potential 128bit stack alignment 76 # stack alignment) 99 # stack alignment 121 # stack alignment) 143 # stack alignment
|
/aoo42x/main/bridges/source/cpp_uno/gcc3_linux_intel/ |
H A D | call.s | 34 # stack alignment 55 andl $0xFFFFFFF0,%esp # preserve potential 128bit stack alignment 76 # stack alignment) 99 # stack alignment 121 # stack alignment) 143 # stack alignment
|
/aoo42x/main/offapi/com/sun/star/style/ |
H A D | HorizontalAlignment.idl | 34 /** 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 D | VerticalAlignment.idl | 34 /** 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 D | NumberingAlignment.idl | 38 /** specify the alignment of a numbering level. 45 …/** set the alignment from the numbering. Use the com::sun::star::style::HorizontalAlignment enum …
|
H A D | TabAlign.idl | 34 /** These enumeration values are used to specify the alignment of 74 /** The default alignment for tabulators is applied.
|
/aoo42x/main/svx/source/items/ |
H A D | svxitems.src | 91 < "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" ;
|
/aoo42x/main/xmerge/java/pocketword/src/main/java/org/openoffice/xmerge/converter/xml/sxw/pocketword/ |
H A D | Paragraph.java | 67 private byte alignment = 0; field in Paragraph 146 alignment = data[23]; in Paragraph() 794 switch (alignment) { in makeStyle()
|
/aoo42x/main/offapi/com/sun/star/awt/ |
H A D | XFixedText.idl | 55 /** sets the alignment of the text in the control. 67 /** returns the alignment of the text in the control.
|
H A D | UnoControlButtonModel.idl | 57 /** 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 D | XFixedHyperlink.idl | 70 /** sets the alignment of the text in the control. 82 /** returns the alignment of the text in the control.
|
H A D | UnoControlFixedHyperlinkModel.idl | 57 /** specifies the horizontal alignment of the text in the control. 172 /** specifies the vertical alignment of the text in the control.
|
H A D | UnoControlFixedTextModel.idl | 57 /** specifies the horiztonal alignment of the text in the control. 166 /** specifies the vertical alignment of the text in the control.
|
H A D | UnoControlCheckBoxModel.idl | 56 /** specifies the horizontal alignment of the text in the control. 202 /** specifies the vertical alignment of the text in the control.
|
H A D | UnoControlRadioButtonModel.idl | 57 /** specifies the horizontal alignment of the text in the control. 196 /** specifies the vertical alignment of the text in the control.
|
/aoo42x/main/offapi/com/sun/star/text/ |
H A D | VertOrientationFormat.idl | 54 /** determines the vertical alignment of an object. 62 …/** determines the reference position of the vertical alignment.@see com::sun::star::text::RelOrie…
|
H A D | HoriOrientationFormat.idl | 58 /** determines the horizontal alignment of an object. 66 …/** determines the reference position of the horizontal alignment.@see com::sun::star::text::RelOr…
|
/aoo42x/main/oovbaapi/ooo/vba/excel/ |
H A D | XButton.idl | 53 /** Horizontal alignment of the caption. */ 56 /** Vertical alignment of the caption. */
|
/aoo42x/main/offapi/com/sun/star/drawing/ |
H A D | GluePoint2.idl | 63 specifies the vertical and horizontal alignment of this 64 point. The alignment specifies how the glue point is
|
/aoo42x/main/offapi/com/sun/star/sdb/ |
H A D | ColumnSettings.idl | 57 /** specifies the alignment of columns text. 67 , a default alignment should be used according
|
/aoo42x/main/oox/source/xls/ |
H A D | stylesfragment.cxx | 148 case XLS_TOKEN( alignment ): mxXf->importAlignment( rAttribs ); break; in onCreateContext() 171 case XLS_TOKEN( alignment ): mxDxf->importAlignment( rAttribs ); break; in onCreateContext()
|
/aoo42x/main/sc/source/ui/src/ |
H A D | scstring.src | 317 Text [ en-US ] = "Repeat alignment" ; 321 Text [ en-US ] = "Horizontal alignment default" ; 337 Text [ en-US ] = "Vertical alignment default" ;
|
/aoo42x/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/ |
H A D | ParaStyle.java | 100 class alignment extends conversionAlgorithm { class 190 alignment.class
|
/aoo42x/main/offapi/com/sun/star/table/ |
H A D | CellProperties.idl | 110 /** contains the horizontal alignment of the cell contents. 116 /** contains the vertical alignment of the cell contents.
|