Home
last modified time | relevance | path

Searched refs:fill (Results 26 – 50 of 253) sorted by relevance

1234567891011

/aoo41x/main/scripting/java/org/openoffice/netbeans/modules/office/wizard/
H A DParcelPropertiesVisualPanel.java111 gridBagConstraints.fill = java.awt.GridBagConstraints.HORIZONTAL; in initComponents()
134 gridBagConstraints.fill = java.awt.GridBagConstraints.HORIZONTAL; in initComponents()
140 gridBagConstraints.fill = java.awt.GridBagConstraints.VERTICAL; in initComponents()
H A DSelectPathVisualPanel.java139 gridBagConstraints.fill = java.awt.GridBagConstraints.HORIZONTAL; in initComponents()
154 gridBagConstraints.fill = java.awt.GridBagConstraints.HORIZONTAL; in initComponents()
161 gridBagConstraints.fill = java.awt.GridBagConstraints.VERTICAL; in initComponents()
/aoo41x/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Panel/
H A DChooseDirectory.java89 constraints.fill = GridBagConstraints.HORIZONTAL; in ChooseDirectory()
97 constraints.fill = GridBagConstraints.HORIZONTAL; in ChooseDirectory()
105 constraints.fill = GridBagConstraints.VERTICAL; in ChooseDirectory()
/aoo41x/main/offapi/com/sun/star/form/
H A DXDatabaseParameterBroadcaster.idl46 statement, it needs values to fill in the parameters with actual values when it is being loaded.
48 can fill them in.</p>
54 /** adds the specified listener, to allow it to fill in necessary parameter values.
/aoo41x/main/offapi/com/sun/star/frame/
H A DXPopupMenuController.idl38 fill and update a popup menu dynamically.
42 from its parent menu implementation. The controller has to fill this popup
52 popup menu controller implementation. The controller must fill this
/aoo41x/main/oox/source/dump/
H A Doledumper.ini458 0x00000002=fill-color
482 0x0000000000000002=fill-color
544 0x00000002=fill-color
565 0x00000010=fill-color
584 0x00000002=fill-color
610 0x00000002=fill-color
632 0x00000002=fill-color
812 0x00000002=fill-color
H A Dbiffdumper.ini125 0=no-fill,solid-fill,50%-grey,75%-grey,25%-grey
629 0x00010000=!fill-pattern-used
716 0x0000FC00=uint8,dec,fill-pattern,FILLPATTERNS
1054 0x0010=no-fill
1175 0x0080=auto-fill
1212 0x0002=auto-fill
1969 0x0080=fill-formulas
1981 0x0010=apply-fill
2034 0x0080=server-fill-color
2259 0x80=fill
[all …]
H A Dxlsbdumper.ini103 0=no-fill,solid-fill,50%-grey,75%-grey,25%-grey
834 0x10000000=apply-fill
998 0x00000100=fill-formulas
1008 0x00040000=apply-fill
1180 shortlist=XF-HORALIGN,0,general,left,center,right,fill,block,center-across-sel,distribute
1203 0x0010=fill
/aoo41x/main/connectivity/inc/connectivity/
H A DFValue.hxx346 void fill(sal_Int32 _nPos,
357 void fill(sal_Int32 _nPos,
362 void fill(const ::com::sun::star::uno::Any& _rValue);
364 void fill( const sal_Int32 _nType,
/aoo41x/main/oox/source/xls/
H A Dstylesfragment.cxx104 case XLS_TOKEN( fill ): in onCreateContext()
167 … case XLS_TOKEN( fill ): return new FillContext( *this, mxDxf->createFill() ); in onCreateContext()
223 … if( nElement == XLS_TOKEN( fill ) ) return new FillContext( *this, getStyles().createFill() ); in onCreateContext()
/aoo41x/main/offapi/com/sun/star/rendering/
H A DXCanvas.idl284 specified stroke attributes, fill the stroked outline
304 A sequence of texture definitions, with which to fill the
327 specified stroke attributes, fill the stroked outline
348 A sequence of texture definitions, with which to fill the
409 <type>RenderState</type>'s color and the poly-polygon's fill
436 poly-polygon's fill rule.<p>
448 A sequence of texture definitions, with which to fill the
471 poly-polygon's fill rule. The texture is mapped to the
484 A sequence of texture definitions, with which to fill the
/aoo41x/main/connectivity/source/commontools/
H A DRowFunctionParser.cxx75 virtual void fill(const ODatabaseMetaDataResultSet::ORow& /*_aRow*/ ) const in fill() function in connectivity::__anondf6b72590111::ConstantValueExpression
126 virtual void fill(const ODatabaseMetaDataResultSet::ORow& _aRow ) const in fill() function in connectivity::__anondf6b72590111::BinaryFunctionExpression
270 virtual void fill(const ODatabaseMetaDataResultSet::ORow& /*_aRow*/ ) const in fill() function in connectivity::__anondf6b72590111::UnaryFunctionExpression
/aoo41x/main/oox/inc/oox/xls/
H A Dbiffoutputstream.hxx62 void fill( sal_uInt8 nValue, sal_uInt16 nBytes );
127 void fill( sal_uInt8 nValue, sal_Int32 nBytes, size_t nAtomSize = 1 );
/aoo41x/main/offapi/com/sun/star/animations/
H A DXAnimationNode.idl167 @see http://www.w3.org/TR/smil20/smil-timing.html#adef-fill
171 /** the default value for the fill behavior for this element and all
178 specify that the element fill behavior is the respective value.</li>
180 … (and of the fill behavior) are inherited from the <member>FillDefault</member> value of the parent
/aoo41x/main/offapi/com/sun/star/drawing/
H A DBitmapMode.idl40 /** the bitmap is repeated over the fill area.
46 /** the bitmap is stretched to fill the area.
H A DEnhancedCustomShapePath.idl99 /** This property specifies if this shape supports concentric gradient fill. The default
104 /** This property specifies if this shape supports concentric gradient fill. The
/aoo41x/main/toolkit/test/accessibility/ov/
H A DFocusView.java70 aConstraints.fill = GridBagConstraints.HORIZONTAL; in FocusView()
75 aConstraints.fill = GridBagConstraints.NONE; in FocusView()
H A DSelectionView.java112 aConstraints.fill = GridBagConstraints.HORIZONTAL; in Layout()
125 aConstraints.fill = GridBagConstraints.NONE; in Layout()
/aoo41x/main/accessibility/workben/org/openoffice/accessibility/awb/view/
H A DFocusView.java73 aConstraints.fill = GridBagConstraints.HORIZONTAL; in FocusView()
79 aConstraints.fill = GridBagConstraints.NONE; in FocusView()
H A DSelectionView.java117 aConstraints.fill = GridBagConstraints.HORIZONTAL; in Layout()
131 aConstraints.fill = GridBagConstraints.NONE; in Layout()
/aoo41x/main/oox/inc/oox/drawingml/
H A Dcustomshapeproperties.hxx101 sal_Int32 fill; member
106 Path2D() : w( 0 ), h( 0 ), fill( XML_norm ), stroke( sal_True ), extrusionOk( sal_True ) {}; in Path2D()
/aoo41x/main/toolkit/test/accessibility/
H A DAccessibilityWorkBench.java250 int anchor, int fill) in addGridElement() argument
260 constraints.fill = fill; in addGridElement()
/aoo41x/main/offapi/com/sun/star/form/component/
H A DDatabaseListBox.idl51 <p>This service here extends this mimic. It allows to fill the list from a data source.
60 …to open a second result set, this time for the <em>customer</em> table, and fill it's list with en…
142 determines the table which's column names should fill the list.</dd>
/aoo41x/main/accessibility/workben/org/openoffice/accessibility/awb/
H A DAccessibilityWorkBench.java270 int anchor, int fill) in addGridElement() argument
280 constraints.fill = fill; in addGridElement()
/aoo41x/main/reportdesign/source/ui/dlg/
H A DFormula.cxx79 fill(); in FormulaDialog()
86 void FormulaDialog::fill() in fill() function in rptui::FormulaDialog

Completed in 139 milliseconds

1234567891011