Home
last modified time | relevance | path

Searched refs:custom (Results 1 – 25 of 130) sorted by relevance

123456

/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Panel/
H A DChooseInstallationType.java46 private JRadioButton custom; field in ChooseInstallationType
92 custom = new JRadioButton(customButtonText, false); in ChooseInstallationType()
93 custom.setMnemonic(KeyEvent.VK_U); in ChooseInstallationType()
94 … if ( data.useRtl() ) { custom.setComponentOrientation(ComponentOrientation.RIGHT_TO_LEFT); } in ChooseInstallationType()
97 group.add(custom); in ChooseInstallationType()
137 contentPanel.add(custom, constraints); in ChooseInstallationType()
160 custom.addActionListener(actionListener); in setActionListener()
165 custom.removeActionListener(actionListener); in removeActionListener()
173 custom.setActionCommand(customActionCommand); in setCustomActionCommand()
H A DChooseUninstallationType.java46 private JRadioButton custom; field in ChooseUninstallationType
88 custom = new JRadioButton(customButtonText, false); in ChooseUninstallationType()
89 custom.setMnemonic(KeyEvent.VK_U); in ChooseUninstallationType()
90 … if ( data.useRtl() ) { custom.setComponentOrientation(ComponentOrientation.RIGHT_TO_LEFT); } in ChooseUninstallationType()
93 group.add(custom); in ChooseUninstallationType()
133 contentPanel.add(custom, constraints); in ChooseUninstallationType()
156 custom.addActionListener(actionListener); in setActionListener()
161 custom.removeActionListener(actionListener); in removeActionListener()
169 custom.setActionCommand(customActionCommand); in setCustomActionCommand()
/trunk/main/offapi/com/sun/star/ui/
H A DItemStyle.idl123 …<p> This style can also be used for custom toolbars and menus, in a custom toolbar an item's Style…
147 …<p> This style can be used for custom toolbars and menus, in a custom toolbar an item's Style sett…
/trunk/main/offapi/com/sun/star/presentation/
H A DCustomPresentationAccess.idl40 /** This is a container for custom presentations.
44 /** This is the container of the custom presentations.
H A DXTransition.idl38 /** Transition interface to render custom transitions over time.<p>
H A DCustomPresentation.idl41 /** A custom presentation can show the pages of its presentation in a
H A DXTransitionFactory.idl43 /** TransitionFactory interface to request optional custom Transition instances for slideshow trans…
H A DPresentationDocument.idl85 /** lets you access the custom presentations of this
/trunk/main/oox/source/dump/
H A Dxlsbdumper.ini333 0x0004=custom
397 0x0002=custom-width
469 shortlist=DATAVALIDATION-TYPE,0,any,whole,decimal,list,date,time,text-length,custom
853 0x00004000=no-custom-list-sort
1022 0x2000=custom-height
1023 0x4000=custom-format
1043 0x0001=custom-row-height
H A Dbiffdumper.ini1123 shortlist=CHSERERRORBAR-SOURCE,1,percent,fixed,std-deviation,custom,std-error
1147 0x0001=custom-numfmt
1239 0x0002=custom-width
1294 shortlist=DATAVALIDATION-TYPE,0,any,whole,decimal,list,date,time,text-length,custom
1368 0x0001=custom-height
2070 0x00000040=custom-height
2071 0x00000080=custom-format
2072 0x0FFF0000=uint16,dec,custom-xf-idx
2164 0x04=custom
2167 shortlist=STYLEEXT-CATEGORY,0,custom,good-bad-neutral,data-model,title-heading,themed,number-format
[all …]
/trunk/main/oovbaapi/ooo/vba/
H A DXDocumentProperty.idl41 * where index is the name or index number of the custom document property,
42 * to return a DocumentProperty object that represents a specific custom document property.
H A DXDocumentProperties.idl42 /** Creates a new custom document property.
43 …* You can only add a new document property to the custom DocumentProperties collection. Depending …
/trunk/main/migrationanalysis/src/wizard/
H A DWizard.Dsr56 …onnectMode As AddInDesignerObjects.ext_ConnectMode, ByVal AddInInst As Object, custom() As Variant)
80 …e_OnDisconnection(ByVal RemoveMode As AddInDesignerObjects.ext_DisconnectMode, custom() As Variant)
/trunk/main/offapi/com/sun/star/task/
H A DInteractionHandler.idl142 …<p>A custom interaction handler can declare itself responsible for an arbitrary number of UNO type…
150 …<p>If multiple custom interaction handlers declare themself responsible for the same request type,…
151 …defined which handler will actully be invoked. Thus, when deploying a custom interaction handler, …
/trunk/main/svx/source/items/
H A Dsvxerr.src81 Text [ en-US ] = "The custom dictionary $(ARG1) cannot be read." ;
85 Text [ en-US ] = "The custom dictionary $(ARG1) cannot be created." ;
/trunk/main/offapi/com/sun/star/ui/dialogs/
H A DFilePicker.idl117 /** Provides the ability to choose between different custom templates that
120 dialog doesn't support custom templates. In this case a createInstance
H A DXWizardController.idl29 /** is the interface of a client-provided controller of a custom <type>Wizard</type>.
/trunk/main/offapi/com/sun/star/sdbc/
H A DXConnection.idl394 which implement the custom type mapping facility will return an object otherwise
411 The type map will be used for the custom mapping of SQL structured types
416 Only if the driver supports custom type mapping is the setting of a map allowed.
H A DXSQLInput.idl63 This interface, used only for custom mapping, is used by the driver
75 to determine the SQL type of the user-defined type (UDT) being custom mapped.
/trunk/main/offapi/com/sun/star/rendering/
H A DXSpriteCanvas.idl93 /** Create a custom, user-handles-it-all sprite object.
104 @return an interface to a custom sprite object.
H A DXCustomSprite.idl43 /** Interface to control a custom sprite object on a XSpriteCanvas.<p>
/trunk/main/scp2/source/impress/
H A Dfile_impress.scp77 // configuration files for custom animation effects
/trunk/main/offapi/com/sun/star/animations/
H A DAnimationNodeType.idl40 /** Defines a custom time node. */
/trunk/main/toolkit/doc/layout/
H A Dapinotes.txt57 + custom widgets ?
/trunk/main/oox/source/token/
H A Dnamespaces.txt35 officeCustomPr http://schemas.openxmlformats.org/officeDocument/2006/custom-properties

Completed in 255 milliseconds

123456