Home
last modified time | relevance | path

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

12345678910>>...97

/trunk/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.
H A DAccessibleEventId.idl68 every state that is set or reset. The
71 old and new value respectively. To set a state put the state id
125 don't set both fields at the same. Send separate events
134 /** Use this event to tell the listeners to re-retrieve the whole set of
173 /** Identifies the change of a relation set: The content flow has
184 /** Identifies the change of a relation set: The content flow has
195 /** Identifies the change of a relation set: The target object that is
203 /** Identifies the change of a relation set: The controller for the
211 /** Identifies the change of a relation set: The target group for a
219 /** Identifies the change of a relation set: The objects that are doing
[all …]
/trunk/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,
/trunk/main/reportdesign/source/core/api/
H A DShape.cxx289 set(PROPERTY_PRINTWHENGROUPCHANGE,_printwhengroupchange,m_aProps.bPrintWhenGroupChange); in setPrintWhenGroupChange()
300set(PROPERTY_CONDITIONALPRINTEXPRESSION,_conditionalprintexpression,m_aProps.aConditionalPrintExpr… in setConditionalPrintExpression()
320 xSet.set(pClone->getUnoShape(),uno::UNO_QUERY_THROW ); in createClone()
444 set(PROPERTY_ZORDER,_zorder,m_nZOrder); in setZOrder()
456 set(PROPERTY_OPAQUE,_opaque,m_bOpaque); in setOpaque()
469 set(PROPERTY_TRANSFORMATION,_transformation,m_Transformation); in setTransformation()
483 set(PROPERTY_CUSTOMSHAPEENGINE,_customshapeengine,m_CustomShapeEngine); in setCustomShapeEngine()
496 set(PROPERTY_CUSTOMSHAPEDATA,_customshapedata,m_CustomShapeData); in setCustomShapeData()
509 set(PROPERTY_CUSTOMSHAPEGEOMETRY,_customshapegeometry,m_CustomShapeGeometry); in setCustomShapeGeometry()
/trunk/main/oox/source/drawingml/
H A Dtextcharacterpropertiescontext.cxx117 xRet.set( new ColorContext( *this, mrTextCharacterProperties.maCharColor ) ); in createFastChildContext()
126 xRet.set( new ColorContext( *this, mrTextCharacterProperties.maHighlightColor ) ); in createFastChildContext()
143 … xRet.set( new SimpleFillPropertiesContext( *this, mrTextCharacterProperties.maUnderlineColor ) ); in createFastChildContext()
162 …xRet.set( new HyperLinkContext( *this, xAttributes, mrTextCharacterProperties.maHyperlinkProperty… in createFastChildContext()
166 xRet.set( this ); in createFastChildContext()
/trunk/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()
/trunk/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>
/trunk/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
/trunk/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()
/trunk/main/tools/source/fsys/
H A Durlobj.cxx278 sal_Int32 nDelta = set(sTemp, rSubString); in set()
299 return set(rString, rSubString); in set()
902 m_aHost.set(aSynAbsURIRef, in setAbsURIRef()
943 m_aHost.set(aSynAbsURIRef, in setAbsURIRef()
977 m_aHost.set(aSynAbsURIRef, in setAbsURIRef()
1381 m_aPort.set(aSynAbsURIRef, in setAbsURIRef()
3649 m_aFragment.set(m_aAbsURIRef, aNewFragment); in setFragment()
4140 m_aUser.set(m_aAbsURIRef, in ConcatData()
4163 m_aAuth.set(m_aAbsURIRef, in ConcatData()
4228 m_aPort.set(m_aAbsURIRef, in ConcatData()
[all …]
/trunk/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…
/trunk/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()
/trunk/main/basebmp/inc/basebmp/
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
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()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/main/basctl/source/basicide/
H A Dscriptdocument.cxx377 m_xDocument.set ( _rxModel, UNO_SET_THROW ); in impl_initDocument_nothrow()
378 m_xDocModify.set ( _rxModel, UNO_QUERY_THROW ); in impl_initDocument_nothrow()
379 m_xScriptAccess.set ( _rxModel, UNO_QUERY ); in impl_initDocument_nothrow()
414 xContainer.set( in getLibraryContainer()
500 xContainer.set( xLibContainer->getByName( _rLibName ), UNO_QUERY_THROW ); in getLibrary()
546 xLibrary.set( xLibContainer->getByName( _rLibName ), UNO_QUERY_THROW ); in getOrCreateLibrary()
548 xLibrary.set( xLibContainer->createLibrary( _rLibName ), UNO_QUERY_THROW ); in getOrCreateLibrary()
949 _out_rxFrame.set( xController->getFrame(), UNO_SET_THROW ); in getCurrentFrame()
974 xUriFac.set( in isLibraryShared()
1344 ::std::set< ::rtl::OUString > aUsedNamesCheck; in createObjectName()
[all …]
/trunk/main/sc/source/ui/unoobj/
H A Dappluno.cxx203 xFactory.set(cppu::createOneInstanceFactory( in component_getFactory()
211 xFactory.set(cppu::createOneInstanceFactory( in component_getFactory()
219 xFactory.set(cppu::createOneInstanceFactory( in component_getFactory()
227 xFactory.set(cppu::createOneInstanceFactory( in component_getFactory()
243 xFactory.set(cppu::createSingleFactory( in component_getFactory()
251 xFactory.set(cppu::createSingleFactory( in component_getFactory()
259 xFactory.set(cppu::createSingleFactory( in component_getFactory()
267 xFactory.set(cppu::createSingleFactory( in component_getFactory()
275 xFactory.set(cppu::createSingleFactory( in component_getFactory()
283 xFactory.set(cppu::createSingleFactory( in component_getFactory()
[all …]
/trunk/main/chart2/source/model/main/
H A DChartModel.cxx119 m_xOldModelAgg.set( in ChartModel()
128 m_xChartTypeManager.set( xContext->getServiceManager()->createInstanceWithContext( in ChartModel()
159 m_xOldModelAgg.set( in ChartModel()
520 …xReturn.set( ObjectIdentifier::getObjectPropertySet( aObjectCID, Reference< XChartDocument >(this)… in getCurrentSelection()
709 m_xDocumentProperties.set(xDocProps); in getDocumentProperties()
721 m_pUndoManager.set( new UndoManager( *this, m_aModelMutex ) ); in getUndoManager()
803 m_xDataProvider.set( m_xInternalDataProvider ); in createInternalDataProvider()
844 m_xDataProvider.set( xDataProvider ); in attachDataProvider()
878 m_xNumberFormatsSupplier.set( xNewSupplier ); in attachNumberFormatsSupplier()
945 m_xRangeHighlighter.set( ChartModelHelper::createRangeHighlighter( xSelSupp )); in getRangeHighlighter()
[all …]
/trunk/main/offapi/com/sun/star/drawing/framework/
H A DXConfigurationController.idl51 set of active resources.
54 <li>The current configuration contains the set of currently active
119 … <p>The <member scope="ConfigurationChangeEvent">ResourceId</member> member is set to the requested
121 set.</p></li>
127 <p>The <member>ResourceId</member> member is set to the requested
129 set.</p></li>
135 are not set.</p></li>
141 <member>ResourceObject</member> members are not set.</p></li>
146 members are set to the <type>XResourceId</type> and object reference of
152 members are set to <type>XResourceId</type> and object reference of the
/trunk/main/oox/source/dump/
H A Ddumperbase.ini66 # - Items in a set to choose from are separated by vertical lines (|).
92 # set, the literal string '?err:no-name' (unquoted) is the default name.
193 # name and not set in this declaration will be shown as unknown. Default is
195 # - <bitmask>: The bit to be named. Must be a value with a single bit set.
196 # - <cname> - Sets a name for the bit that will be shown if the bit is set.
199 # cleared. Does not show anything if the bit is set.
203 # for the set bit (cname1).
234 # - filter = <filterbitfield>~<filtervalue>: If set, the entire bitfield
241 # - noshift = <bool>: If set to 'true', the extracted value will be
242 # shifted to the right (normalized). If set to 'false', the value will
/trunk/main/xmlscript/source/xmlflat_imexp/
H A Dxmlbas_import.cxx238 … xElement.set( new BasicElementBase( rLocalName, xAttributes, this, m_pImport ) ); in startChildElement()
280 xLib.set( m_xLibContainer->createLibrary( aName ) ); in startChildElement()
284 …xElement.set( new BasicEmbeddedLibraryElement( rLocalName, xAttributes, this, m_pImport, m_xLibCon… in startChildElement()
364 … xElement.set( new BasicModuleElement( rLocalName, xAttributes, this, m_pImport, m_xLib, aName ) ); in startChildElement()
427 …xElement.set( new BasicSourceCodeElement( rLocalName, xAttributes, this, m_pImport, m_xLib, m_aNam… in startChildElement()
581 xLibContainer.set( xDocumentScripts->getBasicLibraries().get() ); in startRootElement()
595 … xElement.set( new BasicLibrariesElement( rLocalName, xAttributes, 0, this, xLibContainer ) ); in startRootElement()
722 m_xModel.set( rxDoc, UNO_QUERY ); in setTargetDocument()
739 m_xHandler.set( xSMgr->createInstanceWithArgumentsAndContext( in setTargetDocument()

Completed in 192 milliseconds

12345678910>>...97