Home
last modified time | relevance | path

Searched refs:getPropertySetInfo (Results 1 – 25 of 1110) sorted by relevance

12345678910>>...45

/trunk/main/xmloff/source/text/
H A Dtxtstyli.cxx223 xPropSet->getPropertySetInfo(); in CreateAndInsert()
298 xPropSet->getPropertySetInfo(); in Finish()
488 xInfo = rPropSet->getPropertySetInfo(); in FillPropertySet()
536 …DBG_ASSERT( rPropSet->getPropertySetInfo()->hasPropertyByName( sIsSplitAllowed ), "property missin… in FillPropertySet()
545 …DBG_ASSERT( rPropSet->getPropertySetInfo()->hasPropertyByName( sCollapsingBorders ), "property mis… in FillPropertySet()
607 xInfo = rPropSet->getPropertySetInfo(); in FillPropertySet()
657 xInfo = rPropSet->getPropertySetInfo(); in FillPropertySet()
H A Dtxtparae.cxx513 xNumPropSet->getPropertySetInfo() in Add()
520 xNumPropSet->getPropertySetInfo() in Add()
631 xNumPropSet->getPropertySetInfo() in Add()
638 xNumPropSet->getPropertySetInfo() in Add()
1652 xNumPropSet->getPropertySetInfo() in collectTextAutoStylesOptimized()
1658 xNumPropSet->getPropertySetInfo() in collectTextAutoStylesOptimized()
1958 rPropSetHelper.hasProperties( xPropSet->getPropertySetInfo() ); in exportParagraph()
2732 xPropSet->getPropertySetInfo() ) ) in exportAnyTextFrame()
3110 if (rPropSet->getPropertySetInfo()->hasPropertyByName(sImageMap)) in exportEvents()
3307 xPropSetInfo.set( xPropSet->getPropertySetInfo() ); in exportTextRange()
[all …]
/trunk/main/svx/source/form/
H A Dformcontrolfactory.cxx171 … Reference< XPropertySetInfo > xPSI( xElement->getPropertySetInfo(), UNO_SET_THROW ); in lcl_getUniqueLabel_nothrow()
375 … Reference< XPropertySetInfo > xSourcePropInfo( xStyle->getPropertySetInfo(), UNO_SET_THROW ); in lcl_initializeCharacterAttributes()
376 … Reference< XPropertySetInfo > xDestPropInfo( _rxModel->getPropertySetInfo(), UNO_SET_THROW ); in lcl_initializeCharacterAttributes()
412 Reference< XPropertySetInfo > xPSI( _rxControlModel->getPropertySetInfo(), UNO_SET_THROW ); in initializeControlModel()
533 Reference< XPropertySetInfo > xInfo = _rxModel->getPropertySetInfo(); in initializeTextFieldLineEnds()
574 … Reference< XPropertySetInfo > xFieldPSI( _rxDatabaseField->getPropertySetInfo(), UNO_SET_THROW ); in initializeFieldDependentProperties()
575 … Reference< XPropertySetInfo > xModelPSI( _rxControlModel->getPropertySetInfo(), UNO_SET_THROW ); in initializeFieldDependentProperties()
/trunk/main/wizards/com/sun/star/wizards/document/
H A DControl.java100 XPropertySetInfo xPSI = xPropertySet.getPropertySetInfo(); in createControl()
243 if (xPropertySet.getPropertySetInfo().hasPropertyByName("Text")) in getPreferredSize()
247 … else if (xPropertySet.getPropertySetInfo().hasPropertyByName(PropertyNames.PROPERTY_LABEL)) in getPreferredSize()
266 if (xPropertySet.getPropertySetInfo().hasPropertyByName(_sPropertyName)) in setPropertyValue()
288 if (xPropertySet.getPropertySetInfo().hasPropertyByName("EffectiveMax")) in getPeerSize()
/trunk/main/toolkit/source/controls/
H A Dcontrolmodelcontainerbase.cxx306 Reference< XPropertySetInfo > ControlModelContainerBase::getPropertySetInfo( ) throw(RuntimeExcept… in getPropertySetInfo() function in ControlModelContainerBase
560 Reference< beans::XPropertySetInfo > xPropInfo = xProps.get()->getPropertySetInfo(); in insertByName()
668 xPSI = xProps->getPropertySetInfo(); in setControlModels()
698 xPSI = xControlProps->getPropertySetInfo( ); in getControlModels()
958 …if ( xModelProps.is() && xModelProps->getPropertySetInfo().is() && xModelProps->getPropertySetInfo in implUpdateGroupStructure()
991 …if ( xModelProps.is() && xModelProps->getPropertySetInfo().is() && xModelProps->getPropertySetInfo in implUpdateGroupStructure()
1021 …if ( xModelProps.is() && xModelProps->getPropertySetInfo().is() && xModelProps->getPropertySetInfo in implUpdateGroupStructure()
1072 xPSI = xModelProps->getPropertySetInfo(); in startControlListening()
1086 xPSI = xModelProps->getPropertySetInfo(); in stopControlListening()
H A Dunocontrols.cxx135 uno::Reference< beans::XPropertySetInfo > UnoControlEditModel::getPropertySetInfo( ) throw(uno::Ru… in getPropertySetInfo() function in UnoControlEditModel
511 uno::Reference< beans::XPropertySetInfo > UnoControlFileControlModel::getPropertySetInfo( ) throw(… in getPropertySetInfo() function in UnoControlFileControlModel
686 uno::Reference< beans::XPropertySetInfo > UnoControlButtonModel::getPropertySetInfo( ) throw(uno::… in getPropertySetInfo() function in UnoControlButtonModel
999 uno::Reference< beans::XPropertySetInfo > UnoControlRadioButtonModel::getPropertySetInfo( ) throw(… in getPropertySetInfo() function in UnoControlRadioButtonModel
1209 uno::Reference< beans::XPropertySetInfo > UnoControlCheckBoxModel::getPropertySetInfo( ) throw(uno… in getPropertySetInfo() function in UnoControlCheckBoxModel
1585 uno::Reference< beans::XPropertySetInfo > UnoControlFixedTextModel::getPropertySetInfo( ) throw(un… in getPropertySetInfo() function in UnoControlFixedTextModel
1719 uno::Reference< beans::XPropertySetInfo > UnoControlGroupBoxModel::getPropertySetInfo( ) throw(uno… in getPropertySetInfo() function in UnoControlGroupBoxModel
1905 uno::Reference< beans::XPropertySetInfo > UnoControlListBoxModel::getPropertySetInfo( ) throw(uno:… in getPropertySetInfo() function in UnoControlListBoxModel
2733 uno::Reference< beans::XPropertySetInfo > UnoControlComboBoxModel::getPropertySetInfo( ) throw(uno… in IMPL_SERVICEINFO_DERIVED()
3249 uno::Reference< beans::XPropertySetInfo > UnoControlDateFieldModel::getPropertySetInfo( ) throw(un… in getPropertySetInfo() function in UnoControlDateFieldModel
[all …]
/trunk/main/extensions/source/propctrlr/
H A Dinspectormodelbase.cxx91 getPropertySetInfo();
160 Reference< XPropertySetInfo > InspectorModelProperties::getPropertySetInfo() in getPropertySetInfo() function in pcr::InspectorModelProperties
187 …Reference< XPropertySetInfo > SAL_CALL ImplInspectorModel::getPropertySetInfo( ) throw (RuntimeEx… in IMPLEMENT_FORWARD_XINTERFACE2()
189 return m_pProperties->getPropertySetInfo(); in IMPLEMENT_FORWARD_XINTERFACE2()
H A Dxsddatatypes.cxx103 m_xFacetInfo = m_xDataType->getPropertySetInfo(); in XSDDataType()
205 xSourceInfo = _rxSource->getPropertySetInfo(); in lcl_copyProperties()
208 xDestInfo = _rxDest->getPropertySetInfo(); in lcl_copyProperties()
/trunk/main/dbaccess/source/core/api/
H A DTableDeco.cxx303 Reference<XPropertySetInfo> xInfo = xProp->getPropertySetInfo(); in getFastPropertyValue()
381 Reference<XPropertySetInfo> xInfo = xProp->getPropertySetInfo(); in construct()
393 Reference<XPropertySetInfo> xInfo = xProp->getPropertySetInfo(); in createArrayHelper()
424 Reference<XPropertySetInfo> xInfo = xProp->getPropertySetInfo(); in getInfoHelper()
599 if ( xProp->getPropertySetInfo()->hasPropertyByName(PROPERTY_PRIVILEGES) ) in fillPrivileges()
640 …::sun::star::beans::XPropertySetInfo > SAL_CALL ODBTableDecorator::getPropertySetInfo( ) throw(Ru… in getPropertySetInfo() function in ODBTableDecorator
H A DSingleSelectQueryComposer.cxx501 || !column->getPropertySetInfo()->hasPropertyByName(PROPERTY_NAME) in impl_getColumnName_throw()
527 …OSL_ENSURE(xColumn->getPropertySetInfo()->hasPropertyByName(PROPERTY_REALNAME),"Property REALNAME … in impl_getColumnName_throw()
528 …OSL_ENSURE(xColumn->getPropertySetInfo()->hasPropertyByName(PROPERTY_TABLENAME),"Property TABLENAM… in impl_getColumnName_throw()
529 …OSL_ENSURE(xColumn->getPropertySetInfo()->hasPropertyByName(::rtl::OUString(RTL_CONSTASCII_USTRING… in impl_getColumnName_throw()
945 if ( !xProp.is() || !xProp->getPropertySetInfo()->hasPropertyByName( PROPERTY_REALNAME ) ) in getColumns()
1609 || !column->getPropertySetInfo()->hasPropertyByName(PROPERTY_VALUE) in setConditionByColumn()
1610 || !column->getPropertySetInfo()->hasPropertyByName(PROPERTY_NAME) in setConditionByColumn()
1611 || !column->getPropertySetInfo()->hasPropertyByName(PROPERTY_TYPE)) in setConditionByColumn()
1636 …OSL_ENSURE(xColumn->getPropertySetInfo()->hasPropertyByName(PROPERTY_REALNAME),"Property REALNAME … in setConditionByColumn()
1637 …OSL_ENSURE(xColumn->getPropertySetInfo()->hasPropertyByName(PROPERTY_TABLENAME),"Property TABLENAM… in setConditionByColumn()
[all …]
/trunk/main/xmloff/source/core/
H A DPropertySetMerger.cxx58 virtual Reference< XPropertySetInfo > SAL_CALL getPropertySetInfo( ) throw(RuntimeException);
85 , mxPropSet1Info( rPropSet1->getPropertySetInfo() ) in PropertySetMergerImpl()
88 , mxPropSet2Info( rPropSet2->getPropertySetInfo() ) in PropertySetMergerImpl()
97 Reference< XPropertySetInfo > SAL_CALL PropertySetMergerImpl::getPropertySetInfo( ) throw(RuntimeE… in getPropertySetInfo() function in PropertySetMergerImpl
/trunk/main/toolkit/inc/toolkit/controls/
H A Dunocontrols.hxx90 …o::Reference< ::com::sun::star::beans::XPropertySetInfo > SAL_CALL getPropertySetInfo( ) throw(::…
193 …o::Reference< ::com::sun::star::beans::XPropertySetInfo > SAL_CALL getPropertySetInfo( ) throw(::…
259 …o::Reference< ::com::sun::star::beans::XPropertySetInfo > SAL_CALL getPropertySetInfo( ) throw(::…
337 …o::Reference< ::com::sun::star::beans::XPropertySetInfo > SAL_CALL getPropertySetInfo( ) throw(::…
400 …o::Reference< ::com::sun::star::beans::XPropertySetInfo > SAL_CALL getPropertySetInfo( ) throw(::…
479 …o::Reference< ::com::sun::star::beans::XPropertySetInfo > SAL_CALL getPropertySetInfo( ) throw(::…
560 …o::Reference< ::com::sun::star::beans::XPropertySetInfo > SAL_CALL getPropertySetInfo( ) throw(::…
634 …o::Reference< ::com::sun::star::beans::XPropertySetInfo > SAL_CALL getPropertySetInfo( ) throw(::…
699 …o::Reference< ::com::sun::star::beans::XPropertySetInfo > SAL_CALL getPropertySetInfo( ) throw(::…
756 …o::Reference< ::com::sun::star::beans::XPropertySetInfo > SAL_CALL getPropertySetInfo( ) throw(::…
[all …]
/trunk/main/connectivity/source/commontools/
H A Dparamwrapper.cxx84 m_xDelegatorPSI = m_xDelegator->getPropertySetInfo(); in ParameterWrapper()
98 m_xDelegatorPSI = m_xDelegator->getPropertySetInfo(); in ParameterWrapper()
130 …Reference< XPropertySetInfo > xInfo = const_cast<ParameterWrapper*>( this )->getPropertySetInfo(); in IMPLEMENT_GET_IMPLEMENTATION_ID()
144 Reference< XPropertySetInfo > ParameterWrapper::getPropertySetInfo() throw( RuntimeException ) in getPropertySetInfo() function in dbtools::param::ParameterWrapper
/trunk/main/cppuhelper/qa/propertysetmixin/
H A DJavaSupplier.java107 public com.sun.star.beans.XPropertySetInfo getPropertySetInfo() { in getPropertySetInfo() method in JavaSupplier.Empty2
108 return prop.getPropertySetInfo(); in getPropertySetInfo()
235 public com.sun.star.beans.XPropertySetInfo getPropertySetInfo() { in getPropertySetInfo() method in JavaSupplier.Full
236 return prop.getPropertySetInfo(); in getPropertySetInfo()
/trunk/main/ucb/source/cacher/
H A Dcontentresultsetwrapper.cxx172 m_xPropertySetOrigin->getPropertySetInfo(); in impl_initPropertySetInfo()
517 ::getPropertySetInfo() throw( RuntimeException ) in getPropertySetInfo() function in ContentResultSetWrapper
578 if( !getPropertySetInfo().is() ) in addPropertyChangeListener()
630 if( !getPropertySetInfo().is() ) in addVetoableChangeListener()
694 if( !getPropertySetInfo().is() ) in removePropertyChangeListener()
753 if( !getPropertySetInfo().is() ) in removeVetoableChangeListener()
/trunk/main/vcl/source/components/
H A Ddisplay.cxx59 virtual Reference< XPropertySetInfo > SAL_CALL getPropertySetInfo( ) throw (RuntimeException);
93 Reference< XPropertySetInfo > SAL_CALL DisplayInfo::getPropertySetInfo( ) throw (RuntimeException) in getPropertySetInfo() function in vcl::DisplayInfo
185 virtual Reference< XPropertySetInfo > SAL_CALL getPropertySetInfo( ) throw (RuntimeException);
237 Reference< XPropertySetInfo > SAL_CALL DisplayAccess::getPropertySetInfo( ) throw (RuntimeExceptio… in getPropertySetInfo() function in vcl::DisplayAccess
/trunk/main/toolkit/inc/toolkit/awt/
H A Dvclxprinter.hxx82 …o::Reference< ::com::sun::star::beans::XPropertySetInfo > SAL_CALL getPropertySetInfo( ) throw(::…
121 …Info > SAL_CALL getPropertySetInfo( ) throw(::com::sun::star::uno::RuntimeException) { return VCL… in getPropertySetInfo() function in VCLXPrinter
158 …Info > SAL_CALL getPropertySetInfo( ) throw(::com::sun::star::uno::RuntimeException) { return VCL… in getPropertySetInfo() function in VCLXInfoPrinter
/trunk/main/xmloff/source/style/
H A Dstyleexp.cxx108 xPropSet->getPropertySetInfo(); in exportStyle()
361 xPropSet->getPropertySetInfo(); in exportDefaultStyle()
484 xPropSet->getPropertySetInfo(); in exportStyleFamily()
521 Reference< XPropertySetInfo > xPropSetInfo( xPropSet->getPropertySetInfo() ); in exportStyleFamily()
/trunk/main/wizards/com/sun/star/wizards/common/
H A DNumberFormatter.java200 if (xPSet.getPropertySetInfo().hasPropertyByName("FormatsSupplier")) in setNumberFormat()
202 if (xPSet.getPropertySetInfo().hasPropertyByName("NumberFormat")) in setNumberFormat()
206 else if (xPSet.getPropertySetInfo().hasPropertyByName("FormatKey")) in setNumberFormat()
/trunk/main/comphelper/source/property/
H A Dproperty.cxx80 Reference< XPropertySetInfo > xSourceProps = _rxSource->getPropertySetInfo(); in copyProperties()
81 Reference< XPropertySetInfo > xDestProps = _rxDest->getPropertySetInfo(); in copyProperties()
147 return _rxSet->getPropertySetInfo()->hasPropertyByName(_rName); in hasProperty()
/trunk/main/wizards/com/sun/star/wizards/form/
H A DStyleApplier.java296 … if (xPropertySet.getPropertySetInfo().hasPropertyByName(PropertyNames.PROPERTY_BORDER)) in changeBorderLayouts()
304 …if (DBControls[n].xPropertySet.getPropertySetInfo().hasPropertyByName(PropertyNames.PROPERTY_BORDE… in changeBorderLayouts()
413 if (xPropertySet.getPropertySetInfo().hasPropertyByName("TextColor")) in setDBControlColors()
420 if (xPropertySet.getPropertySetInfo().hasPropertyByName("BackgroundColor")) in setDBControlColors()
/trunk/main/odk/examples/DevelopersGuide/Database/
H A Dsdbcx.java162 if(xProp.getPropertySetInfo().hasPropertyByName("Type")) in displayTableProperties()
243 if(xProp.getPropertySetInfo().hasPropertyByName("IsRowVersion")) in printColumnProperties()
245 if(xProp.getPropertySetInfo().hasPropertyByName("Description")) in printColumnProperties()
247 if(xProp.getPropertySetInfo().hasPropertyByName("DefaultValue")) in printColumnProperties()
/trunk/main/sw/source/core/unocore/
H A Dunosett.cxx341 uno::Reference< beans::XPropertySetInfo > SwXFootnoteProperties::getPropertySetInfo(void) in getPropertySetInfo() function in SwXFootnoteProperties
344 static uno::Reference< beans::XPropertySetInfo > aRef = m_pPropertySet->getPropertySetInfo(); in getPropertySetInfo()
677 uno::Reference< beans::XPropertySetInfo > SwXEndnoteProperties::getPropertySetInfo(void) throw( un… in getPropertySetInfo() function in SwXEndnoteProperties
679 static uno::Reference< beans::XPropertySetInfo > aRef = m_pPropertySet->getPropertySetInfo(); in getPropertySetInfo()
932 uno::Reference< beans::XPropertySetInfo > SwXLineNumberingProperties::getPropertySetInfo(void) thr… in getPropertySetInfo() function in SwXLineNumberingProperties
934 static uno::Reference< beans::XPropertySetInfo > aRef = m_pPropertySet->getPropertySetInfo(); in getPropertySetInfo()
2242 uno::Reference< XPropertySetInfo > SwXNumberingRules::getPropertySetInfo() in getPropertySetInfo() function in SwXNumberingRules
2245 static uno::Reference< beans::XPropertySetInfo > aRef = m_pPropertySet->getPropertySetInfo(); in getPropertySetInfo()
2650 uno::Reference< XPropertySetInfo > SwXTextColumns::getPropertySetInfo( ) throw(RuntimeException) in getPropertySetInfo() function in SwXTextColumns
2652 static uno::Reference< beans::XPropertySetInfo > aRef = m_pPropSet->getPropertySetInfo(); in getPropertySetInfo()
/trunk/main/forms/source/component/
H A DColumns.hxx137 …no::Reference< ::com::sun::star::beans::XPropertySetInfo> SAL_CALL getPropertySetInfo() throw(::co…
158 …:Reference< ::com::sun::star::beans::XPropertySetInfo> ClassName::getPropertySetInfo() throw(::co…
174 _rAggregateProps = m_xAggregateSet->getPropertySetInfo()->getProperties(); \
/trunk/main/sc/source/ui/vba/
H A Dvbachart.cxx134 if (mxDiagramPropertySet->getPropertySetInfo()->hasPropertyByName(SOLIDTYPE)) in getChartType()
361 if (mxDiagramPropertySet->getPropertySetInfo()->hasPropertyByName(SYMBOLTYPE)) in setChartType()
381 if (mxDiagramPropertySet->getPropertySetInfo()->hasPropertyByName(DEEP)) in setChartType()
419 if (mxDiagramPropertySet->getPropertySetInfo()->hasPropertyByName(SOLIDTYPE)) in setChartType()
451 if (mxDiagramPropertySet->getPropertySetInfo()->hasPropertyByName(VERTICAL)) in setChartType()
538 if (mxDiagramPropertySet->getPropertySetInfo()->hasPropertyByName(DIM3D)) in setChartType()

Completed in 145 milliseconds

12345678910>>...45