Home
last modified time | relevance | path

Searched refs:handles (Results 1 – 25 of 116) sorted by relevance

12345

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/beans/
H A D_XFastPropertySet.java62 private Vector handles = new Vector(); field in _XFastPropertySet
179 handles.add(new Integer(handle)); in getPropsToTest()
183 int nr = rnd.nextInt(handles.size()); in getPropsToTest()
184 handle = ((Integer)handles.elementAt(nr)).intValue(); in getPropsToTest()
/trunk/main/oox/source/export/
H A Dpreset-definitions-to-shape-types.pl70 $handles = "";
782 $handles = "";
968 … $handles .= "<v:h position=\"" . value( $attr{'x'} ) . "," . value( $attr{'y'} ) . "\"/>\n";
1016 if ( $handles ne "" ) {
1017 $out .= "<v:handles>\n$handles</v:handles>\n";
/trunk/main/offapi/com/sun/star/awt/tree/
H A DTreeControlModel.idl71 /** Specifies whether the node handles should be displayed.
72 <p>The handles are doted lines that visualize the tree like hirarchie<p>
77 /** Specifies whether the node handles should also be displayed at root level.
/trunk/main/offapi/com/sun/star/task/
H A DPasswordContainer.idl59 /** handles passwords
68 /** handles passwords
/trunk/main/sc/source/ui/src/
H A Doptdlg.src339 // TODO: Remove code for unused handles
345 // Text [ en-US ] = "~Simple handles" ;
352 Text [ en-US ] = "~Large handles" ;
/trunk/main/sw/source/ui/config/
H A Doptdlg.src58 // TODO: Remove code for unused handles
64 // Text [ en-US ] = "Sim~ple handles" ;
71 Text [ en-US ] = "Large handles" ;
/trunk/main/offapi/com/sun/star/mozilla/
H A DMenuProxy.idl41 and handles listeners for changes in menu items.
H A DXMenuProxy.idl45 and handles listeners for changes in menu items.
/trunk/main/udkapi/com/sun/star/bridge/
H A DOleBridgeSupplier.idl41 and handles the model types <const>ModelDependent::UNO</const> and
H A DOleBridgeSupplier2.idl53 and handles the model types
/trunk/main/offapi/com/sun/star/chart2/
H A DDataPoint.idl49 /** this property handles the style. This property must support
/trunk/main/offapi/com/sun/star/drawing/
H A DXCustomShapeEngine.idl72 a collection of interaction handles
H A DXDrawSubController.idl50 replaced by another one. The sub controller handles the things that are
/trunk/main/offapi/com/sun/star/inspection/
H A DXStringRepresentation.idl35 /** handles string representations of property values.
/trunk/main/scripting/
H A DREADME19 C++ for a ProtocolHandler implementation that handles vnd.sun.star.script
/trunk/main/offapi/com/sun/star/configuration/backend/
H A DSchema.idl59 handles access to the schema data for a component.
/trunk/main/cppuhelper/source/
H A Dpropertysetmixin.cxx290 std::vector< rtl::OUString >::size_type handles in initProperties() local
292 if (handles > SAL_MAX_INT32) { in initProperties()
305 name, static_cast< sal_Int32 >(handles), in initProperties()
/trunk/main/offapi/com/sun/star/i18n/
H A DTransliterationType.idl62 both one to one mapping and handles number also. */
/trunk/main/udkapi/com/sun/star/bridge/oleautomation/
H A DBridgeSupplier.idl59 handles the model types
/trunk/main/offapi/com/sun/star/drawing/framework/
H A DXConfigurationControllerRequestQueue.idl35 /** The request queue of the configuration controller handles requests for
/trunk/main/offapi/com/sun/star/sdbc/
H A DXPreparedStatement.idl82 method handles these complex statements as well as the simpler
/trunk/main/offapi/com/sun/star/text/
H A DXAutoTextContainer.idl33 /** handles blocks of <type>AutoTextEntry</type>.
/trunk/main/offapi/com/sun/star/ucb/
H A DIOErrorCode.idl184 /** No more file handles available.
/trunk/main/udkapi/com/sun/star/beans/
H A DXFastPropertySet.idl56 interface. The get and set methods use handles to access the
/trunk/main/offapi/com/sun/star/sheet/
H A DSpreadsheetViewSettings.idl140 /** enables solid (colored) handles when drawing

Completed in 100 milliseconds

12345