Home
last modified time | relevance | path

Searched refs:from (Results 526 – 550 of 1691) sorted by relevance

1...<<21222324252627282930>>...68

/aoo4110/main/offapi/com/sun/star/drawing/framework/
H A DXPaneBorderPainter.idl53 border from the outer ones and inner ones from outer ones. This
96 The part of the border to remove from the given rectangle.
/aoo4110/main/offapi/com/sun/star/rdf/
H A DXDocumentRepository.idl70 from the repository</li>
135 /** remove the RDFa statement(s) that correspond to an ODF element from the
192 /** gets matching RDFa statements from the repository.
/aoo4110/main/udkapi/com/sun/star/beans/
H A DPropertyValue.idl70 /** determines if the value comes from the object itself or from
/aoo4110/main/udkapi/com/sun/star/lang/
H A DXEventListener.idl41 // DocMerge from xml: interface com::sun::star::lang::XEventListener
48 // DocMerge from xml: method com::sun::star::lang::XEventListener::disposing
H A DXSingleComponentFactory.idl45 the instance gets its deployment values from this
59 the instance gets its deployment values from this
H A DXInitialization.idl41 // DocMerge from xml: interface com::sun::star::lang::XInitialization
62 // DocMerge from xml: method com::sun::star::lang::XInitialization::initialize
/aoo4110/main/offapi/com/sun/star/mozilla/
H A DXPluginInstanceSyncPeer.idl40 // DocMerge from xml: interface com::sun::star::mozilla::XPluginInstanceSyncPeer
49 // DocMerge from xml: method com::sun::star::mozilla::XPluginInstanceSyncPeer::openNewBrowserWindow
/aoo4110/main/odk/examples/OLE/activex/
H A Dso_activex.rc31 // Generated from the TEXTINCLUDE 2 resource.
118 // Generated from the TEXTINCLUDE 3 resource.
/aoo4110/main/offapi/com/sun/star/sheet/
H A DXConsolidatable.idl56 the settings from the last consolidation action.
65 /** consolidates data from several cell ranges, using the settings
/aoo4110/main/offapi/com/sun/star/text/
H A DSizeType.idl33 // DocMerge from idl: constants com::sun::star::text::SizeType
58 // DocMerge from idl: value com::sun::star::text::SizeType::MIN
/aoo4110/main/offapi/com/sun/star/embed/
H A DEntryInitModes.idl41 the object should be initialized from this entry. Otherwise
59 /** The object should be initialized using additional arguments from
H A DXPersistanceHolder.idl43 /** allows to disconnect an object from its persistence.
48 /** disconnects the object from the persistance.
/aoo4110/main/graphite/
H A Dgraphite-2.3.1.patch524 Fill in the FSM by reading from the font stream.
533 Fill in the FSM's state table by reading from the font stream.
545 Read the languages from the font.
592 complete; otherwise return the number of slots needed from the previous pass.
799 @param vnStack - stack to read value from
956 + get the slot from the following (output) stream
1283 + position, read from the output stream (psstrmNext).
1311 - // Read from the output stream.
1313 + // Read from the output stream. (Remember that PeekBack works relative to
1703 directly from the text source.
[all …]
/aoo4110/main/udkapi/com/sun/star/bridge/oleautomation/
H A DCurrency.idl33 and therefore a typedef from <atom>hyper</atom> to a currency type would do.
40 When calling Automation objects from UNO the distinction between
H A DDate.idl32 UNO and therefore a typedef from <atom>double</atom> to a date type would
39 When calling Automation objects from UNO the distinction between
H A DSCode.idl34 from <atom>long</atom> to a particular error type would do. But a typedef
41 When calling Automation objects from UNO the distinction between error type
/aoo4110/main/libxmlsec/
H A Dreadme.txt6 The implementation creates certificates from all of the X509Data children, such
27 then the key is not extracted from the certificate store which contains all the
/aoo4110/main/offapi/com/sun/star/configuration/backend/
H A DOfflineBackend.idl49 /** provides access to configuration data from a <type>SingleBackend</type>.
56 <p>Less entities may be available from <type>XBackendEntities</type>,
/aoo4110/main/extensions/source/activex/main/
H A Dso_activex.rc29 // Generated from the TEXTINCLUDE 2 resource.
125 // Generated from the TEXTINCLUDE 3 resource.
/aoo4110/main/offapi/com/sun/star/ucb/
H A DGlobalTransferCommandArgument.idl35 /** This struct contains information needed to transfer objects from one
57 from the original one.
/aoo4110/main/offapi/com/sun/star/rendering/
H A DCaret.idl30 This structure is used from the <type>XTextLayout</type> interface
46 The secondary caret index, when different from the main caret
H A DXCanvas.idl143 retrieved from every canvas object via the
256 overlapping strokes from distinct polygons will look exactly
290 strokes from distinct polygons will look exactly as
334 strokes from distinct polygons will look exactly as
589 The font retrieved from this canvas to be used when drawing
599 A value from the <type>TextDirection</type> collection,
627 An interface to the readily layouted text, obtained from a
/aoo4110/main/offapi/com/sun/star/sdb/
H A DSingleSelectQueryComposer.idl41 …criteria. To get the new extended statement use the methods from <type scope="com::sun::star::sdb"…
44 <p>A <type>SingleSelectQueryComposer</type> is usually obtained from a <type>Connection</type>
/aoo4110/main/offapi/com/sun/star/task/
H A DXInteractionRequestStringResolver.idl44 /** Obtains human readable strings from an <type>XInteractionRequest</type>.
51 /** Obtains a string containing a human readable message from an
/aoo4110/main/vcl/unx/generic/fontmanager/
H A Dfontmanager.cxx2432 equalPitch (psp::pitch::type from, psp::pitch::type to) in equalPitch() argument
2434 return from == to; in equalPitch()
2438 equalWeight (psp::weight::type from, psp::weight::type to) in equalWeight() argument
2440 return from > to ? (from - to) <= 3 : (to - from) <= 3; in equalWeight()
2444 equalItalic (psp::italic::type from, psp::italic::type to) in equalItalic() argument
2446 if ( (from == psp::italic::Italic) || (from == psp::italic::Oblique) ) in equalItalic()
2448 return to == from; in equalItalic()
2451 equalEncoding (rtl_TextEncoding from, rtl_TextEncoding to) in equalEncoding() argument
2453 if ((from == RTL_TEXTENCODING_ISO_8859_1) || (from == RTL_TEXTENCODING_MS_1252)) in equalEncoding()
2455 return from == to; in equalEncoding()

Completed in 103 milliseconds

1...<<21222324252627282930>>...68