| /AOO41X/main/dbaccess/source/filter/xml/ |
| H A D | xmlExport.cxx | 859 void ODBExport::exportComponent(XPropertySet* _xProp) in exportComponent() argument 862 _xProp->getPropertyValue(PROPERTY_PERSISTENT_NAME) >>= sValue; in exportComponent() 864 _xProp->getPropertyValue(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("IsForm"))) >>= bIsForm; in exportComponent() 872 _xProp->getPropertyValue(PROPERTY_AS_TEMPLATE) >>= bAsTemplate; in exportComponent() 877 void ODBExport::exportQuery(XPropertySet* _xProp) in exportQuery() argument 879 … AddAttribute(XML_NAMESPACE_DB, XML_COMMAND,getString(_xProp->getPropertyValue(PROPERTY_COMMAND))); in exportQuery() 881 if ( getBOOL(_xProp->getPropertyValue(PROPERTY_APPLYFILTER)) ) in exportQuery() 884 if ( _xProp->getPropertySetInfo()->hasPropertyByName(PROPERTY_APPLYORDER) in exportQuery() 885 && getBOOL(_xProp->getPropertyValue(PROPERTY_APPLYORDER)) ) in exportQuery() 888 if ( ! getBOOL(_xProp->getPropertyValue(PROPERTY_ESCAPE_PROCESSING)) ) in exportQuery() [all …]
|
| H A D | xmlQuery.cxx | 139 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 D | xmlExport.hxx | 182 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 D | xmlTable.cxx | 196 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 D | xmlQuery.hxx | 43 … setProperties(::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > & _xProp);
|
| H A D | xmlTable.hxx | 66 … setProperties(::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > & _xProp);
|
| /AOO41X/main/reportdesign/source/filter/xml/ |
| H A D | xmlExport.cxx | 536 void ORptExport::exportSectionAutoStyle(const Reference<XSection>& _xProp) in exportSectionAutoStyle() argument 538 OSL_ENSURE(_xProp != NULL,"Section is NULL -> GPF"); in exportSectionAutoStyle() 539 exportAutoStyle(_xProp); in exportSectionAutoStyle() 541 Reference<XReportDefinition> xReport = _xProp->getReportDefinition(); in exportSectionAutoStyle() 544 const sal_Int32 nCount = _xProp->getCount(); in exportSectionAutoStyle() 554 aRowPos.push_back(_xProp->getHeight()); in exportSectionAutoStyle() 559 Reference<XReportComponent> xReportElement(_xProp->getByIndex(i),uno::UNO_QUERY); in exportSectionAutoStyle() 594 _xProp.get(), in exportSectionAutoStyle() 600 …TGridStyleMap::iterator aPos = m_aColumnStyleNames.insert(TGridStyleMap::value_type(_xProp.get(),T… in exportSectionAutoStyle() 602 aPos = m_aRowStyleNames.insert(TGridStyleMap::value_type(_xProp.get(),TStringVec())).first; in exportSectionAutoStyle() [all …]
|
| H A D | xmlExport.hxx | 155 …void exportStyleName(XPropertySet* _xProp,SvXMLAttributeList& _rAtt,const ::rtl… 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>& _xP… 164 void exportAutoStyle(const Reference<XSection>& _xProp); 165 void exportReportComponentAutoStyles(const Reference<XSection>& _xProp);
|
| H A D | xmlHelper.cxx | 272 …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 D | xmlfilter.cxx | 229 ,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 D | xmlHelper.hxx | 78 …* _pAutoStyles,const com::sun::star::uno::Reference< com::sun::star::beans::XPropertySet>& _xProp);
|
| /AOO41X/main/sc/qa/complex/dataPilot/ |
| H A D | CheckDataPilot.java | 113 _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()
|
| /AOO41X/main/dbaccess/source/core/api/ |
| H A D | tablecontainer.cxx | 83 …opertySetDefaulted(const Sequence< ::rtl::OUString>& _aNames,const Reference<XPropertySet>& _xProp) in lcl_isPropertySetDefaulted() argument 85 Reference<XPropertyState> xState(_xProp,UNO_QUERY); in lcl_isPropertySetDefaulted()
|
| /AOO41X/main/connectivity/source/commontools/ |
| H A D | dbtools2.cxx | 609 sal_Bool isDataSourcePropertyEnabled(const Reference<XInterface>& _xProp,const ::rtl::OUString& _sP… in isDataSourcePropertyEnabled() argument 614 Reference< XPropertySet> xProp(findDataSource(_xProp),UNO_QUERY); in isDataSourcePropertyEnabled()
|
| /AOO41X/main/connectivity/inc/connectivity/ |
| H A D | dbtools.hxx | 355 …ePropertyEnabled(const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface>& _xProp
|