Home
last modified time | relevance | path

Searched refs:set (Results 201 – 225 of 2391) sorted by relevance

12345678910>>...96

/aoo41x/main/offapi/com/sun/star/awt/
H A DAccessibleTabControl.idl71 is set if the object has already been disposed
76 >AccessibleStateType::ENABLED</const> is set
79 >AccessibleStateType::FOCUSABLE</const> is always set.</li>
81 >AccessibleStateType::FOCUSED</const> is set
84 >AccessibleStateType::SHOWING</const> is set
87 >AccessibleStateType::VISIBLE</const> is always set.</li>
H A DAccessibleFixedText.idl66 >AccessibleRelationType::LABEL_FOR</const> is set
75 is set if the object has already been disposed
80 >AccessibleStateType::ENABLED</const> is set
83 >AccessibleStateType::MULTI_LINE</const> is set
86 >AccessibleStateType::SHOWING</const> is set
89 >AccessibleStateType::VISIBLE</const> is always set.</li>
H A DUnoControlRoadmapModel.idl55 When inserting such items their ID is set equal to the Index of their
58 boundaries - set equal to last index of the RoadmapItem Array.
101 <ul><li>If <member>ImageURL</member> is set, <member>Graphic</member> will be reset
104 <li>If <member>Graphic</member> is set, <member>ImageURL</member> will be reset
138 /** refers to the ID of the currently selected item. Initially this property is set to '-1'
141 'CurrentItemID' is set to -1
/aoo41x/main/sc/source/filter/xml/
H A DXMLTableHeaderFooterContext.cxx130 xTextCursor.set(xText->createTextCursor()); in CreateChildContext()
131 xOldTextCursor.set(GetImport().GetTextImport()->GetCursor()); in CreateChildContext()
151 xText.set(xHeaderFooterContent->getLeftText()); in CreateChildContext()
156 xText.set(xHeaderFooterContent->getCenterText()); in CreateChildContext()
161 xText.set(xHeaderFooterContent->getRightText()); in CreateChildContext()
218 xOldTextCursor.set(GetImport().GetTextImport()->GetCursor()); in XMLHeaderFooterRegionContext()
/aoo41x/main/offapi/com/sun/star/presentation/
H A DPresentation.idl83 /** If this property is set to <TRUE/>, the window of the presentation is
98 /** If this property is set to <TRUE/>, the presentation is repeated
105 /** If this property is set to <TRUE/>, the presentation runs in
112 /** With this property, you can set the presentation to live mode.
130 <p>If this is set to <literal>0</literal>, no black screen is shown.</p>
136 /** If this is set to <TRUE/>, the Navigator is opened at the start of the
/aoo41x/main/offapi/com/sun/star/accessibility/
H A DXAccessibleContext.idl159 /** Returns the set of relations defined for this object.
161 <p>The returned set of relations is a copy of this objects relation
162 set: changing the returned object does not change this objects
176 /** Returns the set of states that are currently active for this
179 <p>The returned state set is a copy: Changing the returned state set
180 will not be refelected by changing the object's set of states. See
185 A reference to this object's state set or an empty reference if
H A DXAccessibleRelationSet.idl40 /** Implement this interface to give access to an object's set of relations.
56 /** Returns the number of relations in this relation set.
63 /** Returns the relation of this relation set that is specified by
79 /** Tests whether the relation set contains a relation matching the
83 The type of relation to look for in this set of relations. This
89 given type and <FALSE/> if there is no such relation in the set.
/aoo41x/main/offapi/com/sun/star/sdbc/
H A DResultSet.idl105 /** freeing all resources of a result set.
136 /** provides the access to the result set description.
141 /** is the interface for navigating on the rows on a result set.
201 /** retrieves the result set concurrency.
208 /** determines the result set type.
220 If this <code>Statement</code> object has not set a fetch direction,
226 /** retrieves the number of result set rows that is the default fetch size
233 object has not set a fetch size,
H A DXRowSet.idl36 /** enhances the functionality of a result set. It allows implementation of
37 a special behavior for a result set and notifies an application on
38 certain row set events such as a change in its value.
52 /** populates a row set with data. The description of the data source and
53 other important information for filling the row set with data.
H A DXResultSetUpdate.idl37 /** provides the possiblity to write changes made on a result set back to
44 /** inserts the contents of the insert row into the result set and
60 /** deletes the current row from the result set and the underlying
93 result set. It is essentially a buffer where a new row may
97 inserting the row into the result set.
109 a result set must be given a value each time this method is
/aoo41x/main/desktop/source/deployment/manager/
H A Ddp_manager.cxx308 m_xRegistry.set( ::dp_registry::create( in initRegistryBackends()
456 that->m_xLogFile.set( in create()
780 xCmdEnv.set( new CmdEnvWrapperImpl( xCmdEnv_, m_xLogFile ) ); in addPackage()
782 xCmdEnv.set( xCmdEnv_ ); in addPackage()
928 xCmdEnv.set( new CmdEnvWrapperImpl( xCmdEnv_, m_xLogFile ) ); in removePackage()
930 xCmdEnv.set( xCmdEnv_ ); in removePackage()
1124 xCmdEnv.set( new CmdEnvWrapperImpl( xCmdEnv_, m_xLogFile ) ); in getDeployedPackage()
1126 xCmdEnv.set( xCmdEnv_ ); in getDeployedPackage()
1171 xCmdEnv.set( xCmdEnv_ ); in getDeployedPackages()
1224 xCmdEnv.set( xCmdEnv_ ); in reinstallDeployedPackages()
[all …]
/aoo41x/main/oox/inc/oox/helper/
H A Dpropertyset.hxx61 { set( rxPropSet ); } in PropertySet()
65 inline explicit PropertySet( const Type& rObject ) { set( rObject ); } in PropertySet()
68 …void set( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropert…
72 inline void set( const Type& rObject ) in set() function in oox::PropertySet
73 …{ set( ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >( rObject, ::com::… in set()
/aoo41x/main/dbaccess/source/core/misc/
H A DPropertyForward.cxx102 m_xDest.set( m_xDestContainer->getByName( m_sName ), UNO_QUERY_THROW ); in propertyChange()
107 m_xDest.set( xFactory->createDataDescriptor(), UNO_SET_THROW ); in propertyChange()
117 m_xDestInfo.set( m_xDest->getPropertySetInfo(), UNO_SET_THROW ); in propertyChange()
156 m_xDest.set( _xDest, UNO_SET_THROW ); in setDefinition()
157 m_xDestInfo.set( m_xDest->getPropertySetInfo(), UNO_SET_THROW ); in setDefinition()
/aoo41x/main/reportdesign/source/core/api/
H A DShape.cxx288 set(PROPERTY_PRINTWHENGROUPCHANGE,_printwhengroupchange,m_aProps.bPrintWhenGroupChange); in setPrintWhenGroupChange()
299set(PROPERTY_CONDITIONALPRINTEXPRESSION,_conditionalprintexpression,m_aProps.aConditionalPrintExpr… in setConditionalPrintExpression()
319 xSet.set(pClone->getUnoShape(),uno::UNO_QUERY_THROW ); in createClone()
443 set(PROPERTY_ZORDER,_zorder,m_nZOrder); in setZOrder()
455 set(PROPERTY_OPAQUE,_opaque,m_bOpaque); in setOpaque()
468 set(PROPERTY_TRANSFORMATION,_transformation,m_Transformation); in setTransformation()
482 set(PROPERTY_CUSTOMSHAPEENGINE,_customshapeengine,m_CustomShapeEngine); in setCustomShapeEngine()
495 set(PROPERTY_CUSTOMSHAPEDATA,_customshapedata,m_CustomShapeData); in setCustomShapeData()
508 set(PROPERTY_CUSTOMSHAPEGEOMETRY,_customshapegeometry,m_CustomShapeGeometry); in setCustomShapeGeometry()
/aoo41x/main/chart2/source/model/filter/
H A DXMLFilter.cxx139 xStorage.set( aMDHelper.Storage ); in lcl_getWriteStorage()
150 xStorage.set( in lcl_getWriteStorage()
195 xStream.set( rMediaDescriptor[i].Value, uno::UNO_QUERY ); in lcl_getReadStorage()
228 xStorage.set( in lcl_getReadStorage()
382 xGraphicObjectResolver.set( in impl_Import()
511 aParserInput.aInputStream.set( in impl_ImportStream()
560 …xDocHandler.set(xFactory->createInstanceWithArgumentsAndContext(m_sDocumentHandler,aArgs,m_xContex… in impl_ImportStream()
561 xImporter.set(xDocHandler,uno::UNO_QUERY); in impl_ImportStream()
658 …xDocHandler.set(xServiceFactory->createInstanceWithArguments(m_sDocumentHandler,aArgs), uno::UNO_Q… in impl_Export()
659 xSaxWriter.set(xDocHandler,uno::UNO_QUERY); in impl_Export()
/aoo41x/main/basebmp/inc/basebmp/
H A Dcompositeiterator.hxx203 void set( value_type v ) const in set() function in basebmp::detail::CompositeIteratorBase
205 maIter1.set(v); in set()
206 maIter2.set(v); in set()
209 void set( value_type v, difference_type const & d ) const in set() function in basebmp::detail::CompositeIteratorBase
211 maIter1.set(v,d); in set()
212 maIter2.set(v,d); in set()
H A Dpackedpixeliterator.hxx224 void set( value_type v ) const in set() function in basebmp::PackedPixelColumnIterator
230 void set( value_type v, difference_type d ) const in set() function in basebmp::PackedPixelColumnIterator
460 void set( value_type v ) const in set() function in basebmp::PackedPixelRowIterator
469 void set( value_type v, difference_type d ) const in set() function in basebmp::PackedPixelRowIterator
473 tmp.set(v); in set()
621 void set( value_type v ) const in set() function in basebmp::PackedPixelIterator
633 void set( value_type v, difference_type const & d ) const in set() function in basebmp::PackedPixelIterator
/aoo41x/main/connectivity/source/commontools/
H A DConnectionWrapper.cxx64 m_xTypeProvider.set(m_xConnection,UNO_QUERY); in setDelegation()
65 m_xUnoTunnel.set(m_xConnection,UNO_QUERY); in setDelegation()
66 m_xServiceInfo.set(m_xConnection,UNO_QUERY); in setDelegation()
84 m_xTypeProvider.set(m_xConnection,UNO_QUERY); in setDelegation()
85 m_xUnoTunnel.set(m_xConnection,UNO_QUERY); in setDelegation()
86 m_xServiceInfo.set(m_xConnection,UNO_QUERY); in setDelegation()
/aoo41x/main/offapi/com/sun/star/report/
H A DXSection.idl108 /** determines if the back ground color is set to transparent.
123set raises ( com::sun::star::lang::IllegalArgumentException,com::sun::star::beans::UnknownProperty…
133set raises ( com::sun::star::lang::IllegalArgumentException,com::sun::star::beans::UnknownProperty…
142set raises ( com::sun::star::lang::IllegalArgumentException,com::sun::star::beans::UnknownProperty…
151set raises ( com::sun::star::lang::IllegalArgumentException,com::sun::star::beans::UnknownProperty…
161set raises ( com::sun::star::lang::IllegalArgumentException,com::sun::star::beans::UnknownProperty…
170set raises ( com::sun::star::lang::IllegalArgumentException,com::sun::star::beans::UnknownProperty…
/aoo41x/main/chart2/source/model/template/
H A DDataInterpreter.cxx104 xCategories.set( aData[i] ); in interpretDataSource()
135 xSeries.set( aSeriesToReUse[nSeriesIndex] ); in interpretDataSource()
137 xSeries.set( new DataSeries( GetComponentContext() )); in interpretDataSource()
173 xValuesY.set( in reinterpretDataSeries()
249 xSeq.set( xLSeqToCmp->getLabel()); in lcl_LabeledSequenceEquals()
432 xProp.set( aSequences[k]->getValues(), uno::UNO_QUERY ); in lcl_ShowDataSource()
446 xProp.set( aSequences[k]->getLabel(), uno::UNO_QUERY ); in lcl_ShowDataSource()
/aoo41x/main/offapi/com/sun/star/ucb/
H A DXPropertyMatcher.idl43 /** Checks whether a set of properties matches a set of search criteria.
50 /** Checks whether a set of properties matches the given search criteria.
53 A Command Processor through which the set of properties is accessible.
56 The environment to use when accessing the property set via the given
/aoo41x/main/oox/source/ole/
H A Dolestorage.cxx103 …mxTempFile.set( xFactory->createInstance( CREATE_OUSTRING( "com.sun.star.io.TempFile" ) ), UNO_QUE… in OleOutputStream()
105 mxSeekable.set( mxOutStrm, UNO_QUERY ); in OleOutputStream()
256 mxStorage.set( xFactory->createInstanceWithArguments( in initStorage()
273 mxStorage.set( xFactory->createInstanceWithArguments( in initStorage()
363 xInStream.set( mxStorage->getByName( rElementName ), UNO_QUERY ); in implOpenInputStream()
375 xOutStream.set( new OleOutputStream( mxContext, mxStorage, rElementName ) ); in implOpenOutputStream()
/aoo41x/main/offapi/com/sun/star/chart/
H A DChartStatistics.idl63 <member>ChartStatistics::ErrorCategory</member> is set to
77 <member>ChartStatistics::ErrorCategory</member> is set to
122 <member>ChartStatistics::ErrorCategory</member> is set to
137 <member>ChartStatistics::ErrorCategory</member> is set to
163 property is used when the <type>ErrorBarCategory</type> is set
169 property is used when the <type>ErrorBarCategory</type> is set
/aoo41x/main/offapi/com/sun/star/sheet/
H A DTablePageStyle.idl120 top-to-bottom, then continues with the next set of cell columns
122 with left-to-right, then continues with the next set of cell
132 reinserted into the property set.</p>
143 reinserted into the property set.</p>
154 reinserted into the property set.</p>
165 reinserted into the property set.</p>
/aoo41x/main/chart2/source/controller/accessibility/
H A DAccessibleChartView.cxx212 xSelectionSupplier.set( m_xSelectionSupplier ); in initialize()
213 xChartModel.set( m_xChartModel ); in initialize()
214 xChartView.set( m_xChartView ); in initialize()
215 xParent.set( m_xParent ); in initialize()
216 xWindow.set( m_xWindow ); in initialize()
273 xWindow.set( xNewWindow ); in initialize()

Completed in 351 milliseconds

12345678910>>...96