Home
last modified time | relevance | path

Searched refs:_xProp (Results 1 – 15 of 15) sorted by relevance

/aoo42x/main/dbaccess/source/filter/xml/
H A DxmlExport.cxx877 void ODBExport::exportQuery(XPropertySet* _xProp) in exportQuery() argument
891 exportStyleName(_xProp,GetAttrList()); in exportQuery()
894 Reference<XColumnsSupplier> xCol(_xProp,UNO_QUERY); in exportQuery()
898 exportTableName(_xProp,sal_True); in exportQuery()
901 void ODBExport::exportTable(XPropertySet* _xProp) in exportTable() argument
903 exportTableName(_xProp,sal_False); in exportTable()
915 exportStyleName(_xProp,GetAttrList()); in exportTable()
918 Reference<XColumnsSupplier> xCol(_xProp,UNO_QUERY); in exportTable()
926 Reference<XPropertySet> xFind(_xProp); in exportStyleName()
964 void ODBExport::exportFilter(XPropertySet* _xProp in exportFilter() argument
[all …]
H A DxmlQuery.cxx139 void OXMLQuery::setProperties(Reference< XPropertySet > & _xProp ) in setProperties() argument
143 if ( _xProp.is() ) in setProperties()
145 OXMLTable::setProperties(_xProp); in setProperties()
147 _xProp->setPropertyValue(PROPERTY_COMMAND,makeAny(m_sCommand)); in setProperties()
148 _xProp->setPropertyValue(PROPERTY_ESCAPE_PROCESSING,makeAny(m_bEscapeProcessing)); in setProperties()
151 _xProp->setPropertyValue(PROPERTY_UPDATE_TABLENAME,makeAny(m_sTable)); in setProperties()
153 _xProp->setPropertyValue(PROPERTY_UPDATE_CATALOGNAME,makeAny(m_sCatalog)); in setProperties()
155 _xProp->setPropertyValue(PROPERTY_UPDATE_SCHEMANAME,makeAny(m_sSchema)); in setProperties()
160 _xProp->setPropertyValue(PROPERTY_LAYOUTINFORMATION,makeAny(aFind->second)); in setProperties()
H A DxmlExport.hxx182 void exportStyleName(XPropertySet* _xProp,SvXMLAttributeList& _rAtt);
183 …nst ::xmloff::token::XMLTokenEnum _eToken,const Reference<XPropertySet>& _xProp,SvXMLAttributeList…
190 void exportComponent(XPropertySet* _xProp);
191 void exportQuery(XPropertySet* _xProp);
192 void exportTable(XPropertySet* _xProp);
193 void exportFilter(XPropertySet* _xProp
196 void exportTableName(XPropertySet* _xProp,sal_Bool _bUpdate);
197 void exportAutoStyle(XPropertySet* _xProp);
H A DxmlTable.cxx196 void OXMLTable::setProperties(uno::Reference< XPropertySet > & _xProp ) in setProperties() argument
200 if ( _xProp.is() ) in setProperties()
202 _xProp->setPropertyValue(PROPERTY_APPLYFILTER,makeAny(m_bApplyFilter)); in setProperties()
203 _xProp->setPropertyValue(PROPERTY_FILTER,makeAny(m_sFilterStatement)); in setProperties()
205 if ( _xProp->getPropertySetInfo()->hasPropertyByName(PROPERTY_APPLYORDER) ) in setProperties()
206 _xProp->setPropertyValue(PROPERTY_APPLYORDER,makeAny(m_bApplyOrder)); in setProperties()
207 _xProp->setPropertyValue(PROPERTY_ORDER,makeAny(m_sOrderStatement)); in setProperties()
H A DxmlQuery.hxx43 … setProperties(::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > & _xProp);
H A DxmlTable.hxx66 … setProperties(::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > & _xProp);
/aoo42x/main/reportdesign/source/filter/xml/
H A DxmlExport.cxx538 OSL_ENSURE(_xProp != NULL,"Section is NULL -> GPF"); in exportSectionAutoStyle()
539 exportAutoStyle(_xProp); in exportSectionAutoStyle()
544 const sal_Int32 nCount = _xProp->getCount(); in exportSectionAutoStyle()
554 aRowPos.push_back(_xProp->getHeight()); in exportSectionAutoStyle()
594 _xProp.get(), in exportSectionAutoStyle()
685 exportReportComponentAutoStyles(_xProp); in exportSectionAutoStyle()
690 const sal_Int32 nCount = _xProp->getCount(); in exportReportComponentAutoStyles()
698 xShapeExport->seekShapes(_xProp.get()); in exportReportComponentAutoStyles()
1068 Reference<XPropertySet> xFind(_xProp); in exportStyleName()
1195 Reference<XFixedLine> xFixedLine(_xProp,uno::UNO_QUERY); in exportAutoStyle()
[all …]
H A DxmlExport.hxx155 …void exportStyleName(XPropertySet* _xProp,SvXMLAttributeList& _rAtt,const ::rtl::OUString& _sN…
156 void exportSection(const Reference<XSection>& _xProp,bool bHeader = false);
160 void exportSectionAutoStyle(const Reference<XSection>& _xProp);
163 …void exportAutoStyle(XPropertySet* _xProp,const Reference<XFormattedField>& _xParentFormattedF…
164 void exportAutoStyle(const Reference<XSection>& _xProp);
165 void exportReportComponentAutoStyles(const Reference<XSection>& _xProp);
H A DxmlHelper.cxx272 …StyleName,const SvXMLStylesContext* _pAutoStyles,const uno::Reference<beans::XPropertySet>& _xProp) in copyStyleElements() argument
274 if ( !_xProp.is() || !_sStyleName.getLength() || !_pAutoStyles ) in copyStyleElements()
309 pAutoStyle->FillPropertySet(_xProp); in copyStyleElements()
310 if ( _bOld && _xProp->getPropertySetInfo()->hasPropertyByName(PROPERTY_CHARHIDDEN) ) in copyStyleElements()
311 _xProp->setPropertyValue(PROPERTY_CHARHIDDEN,uno::makeAny(sal_False)); in copyStyleElements()
331 uno::Reference<report::XReportControlFormat> xReportControlModel(_xProp,uno::UNO_QUERY); in copyStyleElements()
H A Dxmlfilter.cxx229 ,const uno::Reference<beans::XPropertySet>& _xProp) in ReadThroughComponent() argument
278 if ( _xProp.is() ) in ReadThroughComponent()
288 if ( _xProp.is() ) in ReadThroughComponent()
289 aFilterCompArgs[ nArgs++ ] <<= _xProp; in ReadThroughComponent()
H A DxmlHelper.hxx78 …* _pAutoStyles,const com::sun::star::uno::Reference< com::sun::star::beans::XPropertySet>& _xProp);
/aoo42x/main/sc/qa/complex/dataPilot/
H A DCheckDataPilot.java113 _XPropertySet _xProp = new _XPropertySet(xProp/*, log*/, param); in testDataPilotFieldObject() local
114 assertTrue("_getPropertySetInfo failed.",_xProp._getPropertySetInfo()); in testDataPilotFieldObject()
115 assertTrue("_addPropertyChangeListener failed.",_xProp._addPropertyChangeListener()); in testDataPilotFieldObject()
116 assertTrue("_addVetoableChangeListener failed.",_xProp._addVetoableChangeListener()); in testDataPilotFieldObject()
117 assertTrue("_setPropertyValue failed.",_xProp._setPropertyValue()); in testDataPilotFieldObject()
118 assertTrue("_getPropertyValue failed.",_xProp._getPropertyValue()); in testDataPilotFieldObject()
119 assertTrue("_removePropertyChangeListener failed.",_xProp._removePropertyChangeListener()); in testDataPilotFieldObject()
120 assertTrue("_removeVetoableChangeListener failed.",_xProp._removeVetoableChangeListener()); in testDataPilotFieldObject()
/aoo42x/main/dbaccess/source/core/api/
H A Dtablecontainer.cxx83 …opertySetDefaulted(const Sequence< ::rtl::OUString>& _aNames,const Reference<XPropertySet>& _xProp) in lcl_isPropertySetDefaulted() argument
85 Reference<XPropertyState> xState(_xProp,UNO_QUERY); in lcl_isPropertySetDefaulted()
/aoo42x/main/connectivity/source/commontools/
H A Ddbtools2.cxx609 sal_Bool isDataSourcePropertyEnabled(const Reference<XInterface>& _xProp,const ::rtl::OUString& _sP… in isDataSourcePropertyEnabled() argument
614 Reference< XPropertySet> xProp(findDataSource(_xProp),UNO_QUERY); in isDataSourcePropertyEnabled()
/aoo42x/main/connectivity/inc/connectivity/
H A Ddbtools.hxx355 …ePropertyEnabled(const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface>& _xProp

Completed in 91 milliseconds