Home
last modified time | relevance | path

Searched refs:a (Results 501 – 525 of 8554) sorted by relevance

1...<<21222324252627282930>>...343

/trunk/main/offapi/com/sun/star/ui/
H A DXUIFunctionListener.idl9 * with the License. You may obtain a copy of the License at
35 /** special interface to receive notification that a user interface
36 element will execute a function.
43 /** gets called to notify a component that a user interface element
44 wants to execute a function.
47 a string which identifies the user interface element that wants
48 to execute a function.
51 a string which identifies the function that has been selected by
52 a user.
H A DActionTriggerContainer.idl9 * with the License. You may obtain a copy of the License at
42 /** describes a container of user actions.
45 You could have a menu or a toolbox working with the same container
51 represents a simply clickable menu entry</li>
53 represents a separator between two entries<br/>
54 This entry type is of interest for components rendering a an
58 represents a sub container</li>
64 /** provides access to the entries of a menu. The element type
68 and optional a <type scope="com::sun::star::ui">ActionTriggerContainer</type>.
75 gives you a <type>ActionTrigger</type> and
H A DXUIElement.idl9 * with the License. You may obtain a copy of the License at
45 /** provides a function to retrieve a special purpose interface dependent
53 A floating window or a toolbar user interface element return a
64 a special purpose interface which depends on the type of the user
71 <p>The life time of a user interface element does not explicitly depend on the
73 to exchange the visible component of a frame and that will lead to the end of
78 /** a resource URL which is a unique identifier of a user interface element.
/trunk/main/o3tl/inc/o3tl/
H A Dcow_wrapper.hxx292 template<class T, class P> inline bool operator==( const cow_wrapper<T,P>& a, in operator ==() argument
295 return a.same_object(b) ? true : *a == *b; in operator ==()
298 template<class T, class P> inline bool operator!=( const cow_wrapper<T,P>& a, in operator !=() argument
301 return a.same_object(b) ? false : *a != *b; in operator !=()
304 template<class A, class B, class P> inline bool operator<( const cow_wrapper<A,P>& a, in operator <() argument
307 return *a < *b; in operator <()
310 template<class T, class P> inline void swap( cow_wrapper<T,P>& a, in swap() argument
313 a.swap(b); in swap()
/trunk/main/sw/source/ui/docvw/
H A DOverlayRanges.cxx48 for(sal_uInt32 a(0); a < nCount; a++) in impCombineRangesToPolyPolygon() local
50 … const basegfx::B2DPolygon aDiscretePolygon(basegfx::tools::createPolygonFromRect(rRanges[a])); in impCombineRangesToPolyPolygon()
52 if(0 == a) in impCombineRangesToPolyPolygon()
75 for ( sal_uInt32 a = 0; a < nCount; ++a ) in createOverlayObjectPrimitive2DSequence() local
78 … const basegfx::B2DPolygon aPolygon(basegfx::tools::createPolygonFromRect(maRanges[a])); in createOverlayObjectPrimitive2DSequence()
79 aRetval[a] = drawinglayer::primitive2d::Primitive2DReference( in createOverlayObjectPrimitive2DSequence()
/trunk/main/xmloff/source/draw/
H A Dxexptran.cxx329 for(sal_uInt32 a(0L); a < nCount; a++) in EmptyList() local
331 ImpSdXMLExpTransObj2DBase* pObj = maList[a]; in EmptyList()
424 for(sal_uInt32 a(0L); a < nCount; a++) in GetExportString() local
426 ImpSdXMLExpTransObj2DBase* pObj = maList[a]; in GetExportString()
506 if(a + 1UL != maList.size()) in GetExportString()
665 for(sal_uInt32 a(0L); a < nCount; a++) in GetFullTransform() local
667 ImpSdXMLExpTransObj2DBase* pObj = maList[a]; in GetFullTransform()
785 for(sal_uInt32 a(0L); a < nCount; a++) in EmptyList() local
900 for(sal_uInt32 a(0L); a < nCount; a++) in GetExportString() local
1010 if(a + 1UL != maList.size()) in GetExportString()
[all …]
/trunk/main/offapi/com/sun/star/configuration/
H A DConfigurationRegistry.idl9 * with the License. You may obtain a copy of the License at
40 /* provides access to a configuration tree as a registry.
47 interface, the service can be bound to a subtree within the
53 <p> There are some restrictions when accessing a configuration tree using a registry.
54 Most of them are implications of the fact that a configuration tree is very static in
56 nodes, and even then the new elements have to comply to a given scheme (which is some
72 /** controls the binding of the object to a configuration sub tree.
74 is used to open a special subtree within the configuration tree.
87 To do this for a configuration accessed as a registry, call
/trunk/main/offapi/com/sun/star/awt/grid/
H A DUnoControlGridModel.idl9 * with the License. You may obtain a copy of the License at
40 /** specifies the standard model of a <type>UnoControlGrid</type> control.
49 /** Specifies whether the grid control should display a special header column.
63 /** Specifies whether the grid control should display a title row.
103 … <p>The data model is in the ownership of the grid model: When you set a new data model, or dispose
137 … <p>If this property has a value of <VOID/>, the grid control renderer will use some default color,
146 … <p>If this property has a value of <VOID/>, the grid control renderer will use some default color,
153 … <p>If this property has a value of <VOID/>, the grid control renderer will use some default color,
160 … <p>If this property has a value of <VOID/>, the grid control renderer will use some default color,
168 … <p>If this property has a value of <VOID/>, the grid control renderer will use some default color,
[all …]
H A DXGridRowSelection.idl9 * with the License. You may obtain a copy of the License at
45 /** selects a given row
51 if <code>RowIndex</code> does not denote a valid row index
60 /** removes the selection for a given row
70 a sequence of indices.
80 /** Returns whether a specific row is selected.
83 …the index of a row. If the value does not denote a valid row index, i.e. is smaller than <code>0</…
87 <true/> if and only if there is a row with the given index, and it is selected currently.
91 /** Adds a listener for the <type>GridSelectionEvent</type> posted after the grid changes.
97 /** Removes a listener previously added with <method>addSelectionListener()</method>.
/trunk/main/udkapi/com/sun/star/beans/
H A DXIntrospectionAccess.idl9 * with the License. You may obtain a copy of the License at
126 /** returns information about a property if a property with
134 if a corresponding property exists.
145 when a property with the demanded name doesn't exist
146 or if it accords to a wrong <type>PropertyConcept
190 /** returns information about a method if a method with
199 access to the demanded method if a corresponding
211 when a method with the demanded name doesn't exist
212 or if it accords to a wrong <type>MethodConcept</type>.
219 /** allows to ask if a method with the demanded name exists
[all …]
/trunk/main/offapi/com/sun/star/sdbc/
H A DXDataSource.idl9 * with the License. You may obtain a copy of the License at
39 /** is used for establishing connections via a factory which is identified
40 by its name. A DataSource object is typically registered by a naming service
47 /** attempts to establish a database connection.
55 if a database access error occurs.
62 while attempting to connect to a database.
68 When a DataSource object is created the login timeout is initially zero.
73 if a database access error occurs.
80 while attempting to connect to a database.
85 if there is one; otherwise, it means that there is no timeout. When a
[all …]
/trunk/main/offapi/com/sun/star/sheet/
H A DExternalReference.idl9 * with the License. You may obtain a copy of the License at
32 external reference can be either a single cell reference, a cell range
33 reference, or a named range.
44 has a unique index value.
60 <p>In case of a cell range reference that spans across multiple
64 but <i>it may make use of this data in the future when Calc supports a
74 <p>This can store either <type>SingleReference</type> for a single
75 cell reference, <type>ComplexReference</type> for a cell range
76 reference, or simply a <type>string</type> for a defined name.</p>
/trunk/main/offapi/com/sun/star/chart/
H A DChartSymbolType.idl9 * with the License. You may obtain a copy of the License at
40 <tr><td>Symbol 0</td><td>a square</td></tr>
41 <tr><td>Symbol 1</td><td>a diamond</td></tr>
42 <tr><td>Symbol 2</td><td>a triangle pointing down</td></tr>
43 <tr><td>Symbol 3</td><td>a triangle pointing up</td></tr>
44 <tr><td>Symbol 4</td><td>a triangle pointing right</td></tr>
45 <tr><td>Symbol 5</td><td>a triangle pointing left</td></tr>
46 <tr><td>Symbol 6</td><td>a bow tie</td></tr>
47 <tr><td>Symbol 7</td><td>a rotated bow tie</td></tr>
71 /** Take a Bitmap from a URL and use this as symbol.
/trunk/main/offapi/com/sun/star/packages/
H A DPackageStream.idl9 * with the License. You may obtain a copy of the License at
49 /**This service represents a stream contained within a Package. Instances of
62 may be the root PackageFolder. setParent moves a PackageStream.
67 If this PackageStream was a member of the Package when it was instantiated,
68 the XInputStream returned is a Reference to the stream of the whole Package,
70 is a new addition to the package, then getInputStream returns a Reference
73 setInputStream - provides a stream to the data contained in the PackageStream
83 2. MediaType, a string describing the MIME type of the stream.
84 3. Compress, a boolean flag to specify whether or not to compress
/trunk/main/basegfx/source/polygon/
H A Db2dpolygonclipper.cxx108 for(sal_uInt32 a(0L); a < nEdgeCount; a++) in clipPolygonOnParallelAxis() local
110 aCandidate.getBezierSegment(a, aEdge); in clipPolygonOnParallelAxis()
180 for(sal_uInt32 a(0L); a < nPolygonCount; a++) in clipPolyPolygonOnParallelAxis() local
182 …const B2DPolyPolygon aClippedPolyPolygon(clipPolygonOnParallelAxis(rCandidate.getB2DPolygon(a), bP… in clipPolyPolygonOnParallelAxis()
324 for(sal_uInt32 a(0L); a < nPolygonCount; a++) in clipPolyPolygonOnRange() local
326 …const B2DPolyPolygon aClippedPolyPolygon(clipPolygonOnRange(rCandidate.getB2DPolygon(a), rRange, b… in clipPolyPolygonOnRange()
427 for(sal_uInt32 a(0); a < rCandidate.count(); a++) in clipPolyPolygonOnPolyPolygon() local
430 … const B2DPolygon aCandidate(addPointsAtCuts(rCandidate.getB2DPolygon(a), rClip)); in clipPolyPolygonOnPolyPolygon()
/trunk/main/svx/source/sdr/overlay/
H A Doverlayselection.cxx50 for(sal_uInt32 a(0); a < nCount; a++) in impCombineRangesToPolyPolygon() local
52 const basegfx::B2DPolygon aDiscretePolygon(basegfx::tools::createPolygonFromRect(rRanges[a])); in impCombineRangesToPolyPolygon()
54 if(0 == a) in impCombineRangesToPolyPolygon()
119 for(sal_uInt32 a(0);a < nCount; a++) in createOverlayObjectPrimitive2DSequence() local
121 const basegfx::B2DPolygon aPolygon(basegfx::tools::createPolygonFromRect(maRanges[a])); in createOverlayObjectPrimitive2DSequence()
122 aRetval[a] = drawinglayer::primitive2d::Primitive2DReference( in createOverlayObjectPrimitive2DSequence()
/trunk/main/offapi/com/sun/star/embed/
H A DStorageStream.idl9 * with the License. You may obtain a copy of the License at
54 /** This is a service that represents a stream that can be provided by
59 In case a stream is open with readwrite access only one instance
82 A storage stream is created by a storage and has a restrictions
108 When a stream is disposed all the changes that were done for it are
131 /** allows to seek to a specified position within the stream.
145 This interface must be supported by a stream with readwrite access
146 to allow to set a password that should be used next time the
178 If somebody sets a password explicitly by using
195 <FALSE/> - the stream will not react to commit of such a storage.
[all …]
/trunk/main/cppuhelper/test/
H A Dtestimplhelper.cxx101 virtual OUString SAL_CALL a() throw(RuntimeException) in a() function
130 virtual OUString SAL_CALL a() throw(RuntimeException) in a() function
161 virtual OUString SAL_CALL a() throw(RuntimeException) in a() function
210 virtual OUString SAL_CALL a() throw(RuntimeException) in a() function
246 virtual OUString SAL_CALL a() throw(RuntimeException) in a() function
348 OSL_ENSURE( xa->a().equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("a") ), "### A failed!" ); in dotest()
502 Any a( getCaughtException() ); in test_ImplHelper() local
503 OSL_ASSERT( a == exc ); in test_ImplHelper()
507 throwException( a ); in test_ImplHelper()
520 OSL_ASSERT( (a2 == a) && (a2 == exc) ); in test_ImplHelper()
[all …]
/trunk/main/udkapi/com/sun/star/reflection/
H A DXIdlClass.idl9 * with the License. You may obtain a copy of the License at
69 of a second one (<code>xType</code>).
117 returns a <type>XIdlClass</type> interface reflecting
127 get a <type>XIdlField</type> interface reflecting the demanded
131 interace, struct or union does not have a field (/interface attribute)
132 with the demanded name, then a null-reference is returned.
142 get a sequence of <type>XIdlField</type> interfaces reflecting all fields
159 a method with the demanded name (including inherited methods),
160 then a null-reference is returned.
170 a sequence of <type>XIdlMethod</type> interfaces reflecting all methods
[all …]
/trunk/main/offapi/com/sun/star/chart2/data/
H A DTabularDataProviderArguments.idl9 * with the License. You may obtain a copy of the License at
62 i.e., a splitting of this range would not yield the same
71 or rows in a table.
84 <type>XLabeledDataSequence</type> may contain a label, but
95 <p>For example a SequenceMapping of [3,0,2,1] indicates that
102 labeled sequences and a SequenceMapping [2,5,1,0], you should
108 behind the others. For example you have 4 sequences and a
114 /** If <FALSE/> the data provider may create a data sequence
132 each table appearing in a range given in
138 able to export a document into the StarOffice 5.0 binary
[all …]
/trunk/main/offapi/com/sun/star/xforms/
H A DXModel.idl9 * with the License. You may obtain a copy of the License at
95 <p>This is a convenience method. Calling it is equivalent to calling
102 when the current model state does not allow a submission. Usually, this indicates that
115 <p>This is a convenience method. Calling it is equivalent to calling
167 /** create a binding element for this model
183 /** get a binding with a certain ID
185 <p>This is a convenience method: the same result can also be obtained through
190 /** get a container containing all bindings; also supports XNameAccess
199 /** create a submission element for this model
215 /** get a submission with a certain ID.
[all …]
/trunk/main/offapi/com/sun/star/resource/
H A DXStringResourceResolver.idl9 * with the License. You may obtain a copy of the License at
45 Interface to access strings in a resource.
55 and is used in the design mode of a Dialog or String table editor.
71 The ID can - but not needs to - be a hierarchical
83 /** Resolves the passed ResoureID for a specific locale.
91 The ID can - but not needs to - be a hierarchical
144 @return a sequence of all valid Resource IDs
150 Returns a sequence of all valid Resource IDs for a specific locale
161 @return a sequence of all valid Resource IDs
186 Returns a sequence of all supported locales
[all …]
/trunk/main/svx/source/svdraw/
H A Dsdrpagewindow.cxx239 for(sal_uInt32 a(0L); a < nLoopCount; a++) in impPaintStrokePolygon() local
241 const basegfx::B2DPoint aBStart(aCandidate.getB2DPoint(a)); in impPaintStrokePolygon()
242 const basegfx::B2DPoint aBEnd(aCandidate.getB2DPoint((a + 1) % aCandidate.count())); in impPaintStrokePolygon()
264 for(sal_uInt32 a(1L); a < rPageView.GetPage()->GetObjCount(); a++) in impTryTest() local
266 SdrObject* pObjB = pPage->GetObj(a); in impTryTest()
282 for(sal_uInt32 a(0L); a < aResult.count(); a++) in impTryTest() local
285 impPaintStrokePolygon(aResult.getB2DPolygon(a), rOutDev, aColor); in impTryTest()
/trunk/main/offapi/com/sun/star/frame/
H A DXModel2.idl9 * with the License. You may obtain a copy of the License at
69 a defined meaning, i.e. every concrete implementation which returns such
70 a name must ensure it has the same meaning, and if a concrete implementation
71 has a view with the given meaning, it must give it the name as defined here:
74 … <li><b>Preview</b> specifies a preview of the document. A minimal implementation of such a view
75 is a <em>Default</em> view which is read-only.</li>
76 <li><b>PrintPreview</b> specifies a print preview of the document.</li>
86 a sequence of names of all supported views for this document.
105 if creation of a new view failed by other reasons
112 /** creates a new view instance classified by the specified name and arguments.
[all …]
/trunk/main/nss/
H A Dmakefile.mk105 dist$/*.OBJ$/lib$/libnspr4.a \
106 dist$/*.OBJ$/lib$/libnss3.a \
107 dist$/*.OBJ$/lib$/libnssdbm3.a \
108 dist$/*.OBJ$/lib$/libnssutil3.a \
109 dist$/*.OBJ$/lib$/libplc4.a \
110 dist$/*.OBJ$/lib$/libplds4.a \
111 dist$/*.OBJ$/lib$/libsmime3.a \
112 dist$/*.OBJ$/lib$/libsoftokn3.a \
113 dist$/*.OBJ$/lib$/libsqlite3.a \
114 dist$/*.OBJ$/lib$/libssl3.a

Completed in 90 milliseconds

1...<<21222324252627282930>>...343