Home
last modified time | relevance | path

Searched refs:pProperties (Results 51 – 75 of 134) sorted by relevance

123456

/aoo41x/main/xmloff/source/text/
H A DXMLSectionFootnoteConfigExport.cxx61 const vector<XMLPropertyState> *pProperties, in exportXML() argument
79 sal_uInt32 nCount = pProperties->size(); in exportXML()
82 const XMLPropertyState& rState = (*pProperties)[i]; in exportXML()
H A Dtxtexppr.hxx81 const ::std::vector< XMLPropertyState > *pProperties = 0,
89 const ::std::vector< XMLPropertyState > *pProperties = 0,
/aoo41x/main/sw/source/ui/uno/
H A Dunotxvw.cxx847 const PropertyValue* pProperties = pRubyList[nPos].getConstArray(); in setRubyList() local
851 if(pProperties[nProp].Name.equalsAsciiL( in setRubyList()
854 pProperties[nProp].Value >>= sTmp; in setRubyList()
857 else if(pProperties[nProp].Name.equalsAsciiL( in setRubyList()
860 pProperties[nProp].Value >>= sTmp; in setRubyList()
863 else if(pProperties[nProp].Name.equalsAsciiL( in setRubyList()
866 if((pProperties[nProp].Value >>= sTmp)) in setRubyList()
877 else if(pProperties[nProp].Name.equalsAsciiL( in setRubyList()
881 if((pProperties[nProp].Value >>= nTmp)) in setRubyList()
884 else if(pProperties[nProp].Name.equalsAsciiL( in setRubyList()
[all …]
/aoo41x/main/writerfilter/source/dmapper/
H A DSettingsTable.cxx164 writerfilter::Reference<Properties>::Pointer_t pProperties = rSprm.getProps(); in lcl_sprm() local
165 if( pProperties.get()) in lcl_sprm()
166 pProperties->resolve(*this); in lcl_sprm()
H A DFFDataHandler.cxx421 writerfilter::Reference<Properties>::Pointer_t pProperties = r_Sprm.getProps(); in resolveSprm() local
422 if( pProperties.get()) in resolveSprm()
423 pProperties->resolve(*this); in resolveSprm()
H A DTablePropertiesHandler.hxx61 inline void SetProperties( PropertyMapPtr pProperties ) in SetProperties() argument
63 m_pCurrentProperties = pProperties; in SetProperties()
/aoo41x/main/xmloff/inc/xmloff/
H A Dxmlexppr.hxx91 const ::std::vector< XMLPropertyState > *pProperties = 0,
181 const ::std::vector< XMLPropertyState > *pProperties = 0,
191 const ::std::vector< XMLPropertyState > *pProperties = 0,
/aoo41x/main/editeng/source/accessibility/
H A DAccessibleEditableTextPara.cxx2800 beans::Property *pProperties = aProperties.getArray(); in getDefaultAttributes() local
2813 pProperties[ nCurLen++ ] = aProp; in getDefaultAttributes()
2821 const beans::Property *pProperties = aProperties.getConstArray(); in getDefaultAttributes() local
2843 pOutSequence->Name = pProperties->Name; in getDefaultAttributes()
2844 pOutSequence->Handle = pProperties->Handle; in getDefaultAttributes()
2851 ++pProperties; in getDefaultAttributes()
2902 beans::Property *pProperties = aProperties.getArray(); in getRunAttributes() local
2915 pProperties[ nCurLen++ ] = aProp; in getRunAttributes()
2935 pOutSequence->Name = pProperties->Name; in getRunAttributes()
2936 pOutSequence->Handle = pProperties->Handle; in getRunAttributes()
[all …]
/aoo41x/main/xmloff/source/style/
H A Dxmlexppr.cxx889 const ::std::vector< XMLPropertyState > *pProperties, in handleSpecialItem()
895 rNamespaceMap, pProperties, nIdx ); in handleSpecialItem()
904 const ::std::vector< XMLPropertyState > *pProperties, in handleElementItem()
910 pProperties, nIdx ); in handleElementItem()
976 const ::std::vector< XMLPropertyState > *pProperties, in _exportXML()
1088 rNamespaceMap, pProperties, nIdx ); in _exportXML()
H A DPageMasterExportPropMapper.hxx57 const ::std::vector< XMLPropertyState >* pProperties = 0,
65 const ::std::vector< XMLPropertyState >* pProperties = 0,
H A Dimpastp4.cxx414 const SvXMLAutoStylePoolPropertiesP_Impl *pProperties = in exportXML() local
416 nPos = pProperties->GetPos(); in exportXML()
423 aExpStyles[nPos].mpProperties = pProperties; in exportXML()
/aoo41x/main/xmloff/source/chart/
H A DPropertyMaps.cxx287 const ::std::vector< XMLPropertyState > *pProperties, in handleElementItem()
346 nFlags, pProperties, nIdx ); in handleElementItem()
355 const ::std::vector< XMLPropertyState > *pProperties, in handleSpecialItem()
463 …apper::handleSpecialItem( rAttrList, rProperty, rUnitConverter, rNamespaceMap, pProperties, nIdx ); in handleSpecialItem()
/aoo41x/main/xmloff/source/draw/
H A Dsdpropls.hxx282 const ::std::vector< XMLPropertyState >* pProperties = 0,
293 const ::std::vector< XMLPropertyState > *pProperties = 0,
326 const ::std::vector< XMLPropertyState >* pProperties = 0,
/aoo41x/main/sc/source/ui/unoobj/
H A Dshapeuno.cxx1419 const beans::PropertyValue* pProperties = aProperties.getConstArray(); in replaceByName() local
1423 for( nIndex = 0; nIndex < nCount; nIndex++, pProperties++ ) in replaceByName()
1425 if ( pProperties->Name.equals( SC_EVENTACC_EVENTTYPE ) ) in replaceByName()
1431 …if ( isEventType && ((pProperties->Name == SC_EVENTACC_SCRIPT) || (pProperties->Name == SC_EVENTAC… in replaceByName()
1433 if ( isEventType && (pProperties->Name == SC_EVENTACC_SCRIPT) ) in replaceByName()
1437 if ( pProperties->Value >>= sValue ) in replaceByName()
1443 if ( pProperties->Name == SC_EVENTACC_SCRIPT ) in replaceByName()
/aoo41x/main/xmloff/source/core/
H A DPropertySetMerger.cxx233 Property* pProperties = aProperties.getArray(); in getProperties() local
236 *pProperties++ = *pProps1++; in getProperties()
239 *pProperties++ = *pProps2++; in getProperties()
/aoo41x/main/framework/source/uielement/
H A Dtoolbarsmenucontroller.cxx295 const PropertyValue* pProperties = rSeqToolBars[i].getConstArray(); in fillHashMap() local
298 if ( pProperties[j].Name.equalsAscii( ITEM_DESCRIPTOR_RESOURCEURL) ) in fillHashMap()
299 pProperties[j].Value >>= aResourceURL; in fillHashMap()
300 else if ( pProperties[j].Name.equalsAscii( ITEM_DESCRIPTOR_UINAME) ) in fillHashMap()
301 pProperties[j].Value >>= aUIName; in fillHashMap()
/aoo41x/main/xmloff/inc/
H A DXMLChartPropertySetMapper.hxx81 const ::std::vector< XMLPropertyState > *pProperties = 0,
88 const ::std::vector< XMLPropertyState > *pProperties = 0,
/aoo41x/main/forms/source/xforms/
H A Dunohelper.cxx76 const Property* pProperties = aProperties.getConstArray(); in copy() local
80 const OUString& rName = pProperties[n].Name; in copy()
/aoo41x/main/mysqlc/source/
H A Dmysqlc_propertyids.hxx141 pProperties[nPos++] = Property(OPropertyMap::getPropMap().getNameByIndex(PROPERTY_ID_##varname), PR…
147pProperties[nPos++] = Property(OPropertyMap::getPropMap().getNameByIndex(PROPERTY_ID_##varname), P…
/aoo41x/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A Dpropertyids.hxx78 pProperties[nPos++] = ::com::sun::star::beans::Property(OPropertyMap::getPropMap().getNameByIndex(P…
84pProperties[nPos++] = ::com::sun::star::beans::Property(OPropertyMap::getPropMap().getNameByIndex(…
/aoo41x/main/connectivity/source/inc/
H A Dpropertyids.hxx73 pProperties[nPos++] = ::com::sun::star::beans::Property(::connectivity::OMetaConnection::getPropMap…
79pProperties[nPos++] = ::com::sun::star::beans::Property(::connectivity::OMetaConnection::getPropMa…
/aoo41x/main/sc/source/filter/xml/
H A Dxmlstyle.hxx124 const ::std::vector< XMLPropertyState > *pProperties = 0,
155 const ::std::vector< XMLPropertyState > *pProperties = 0,
173 const ::std::vector< XMLPropertyState > *pProperties = 0,
/aoo41x/main/unotools/source/config/
H A Dworkingsetoptions.cxx295 static const OUString pProperties[] = in GetPropertyNames() local
300 static const Sequence< OUString > seqPropertyNames( pProperties, PROPERTYCOUNT ); in GetPropertyNames()
H A Dlocalisationoptions.cxx339 static const OUString pProperties[] = in GetPropertyNames() local
345 static const Sequence< OUString > seqPropertyNames( pProperties, PROPERTYCOUNT ); in GetPropertyNames()
/aoo41x/main/writerfilter/source/resourcemodel/
H A DProtocol.cxx157 PropertiesProtocol::PropertiesProtocol(Properties * pProperties, in PropertiesProtocol() argument
159 : m_pProperties(pProperties), m_pTagLogger(pTagLogger) in PropertiesProtocol()

Completed in 239 milliseconds

123456