Home
last modified time | relevance | path

Searched defs:pProps (Results 1 – 25 of 104) sorted by relevance

12345

/trunk/main/writerfilter/source/dmapper/
H A DDomainMapperTableManager.hxx78 inline virtual void cellProps(TablePropertyMapPtr pProps) in cellProps()
86 inline virtual void cellPropsByCell(unsigned int i, TablePropertyMapPtr pProps) in cellPropsByCell()
94 inline virtual void insertRowProps(TablePropertyMapPtr pProps) in insertRowProps()
102 inline virtual void insertTableProps(TablePropertyMapPtr pProps) in insertTableProps()
H A DTablePropertiesHandler.hxx68 inline void cellProps( TablePropertyMapPtr pProps ) in cellProps()
76 inline void cellPropsByCell( unsigned int i, TablePropertyMapPtr pProps ) in cellPropsByCell()
84 inline void insertRowProps( TablePropertyMapPtr pProps ) in insertRowProps()
92 inline void insertTableProps( TablePropertyMapPtr pProps ) in insertTableProps()
H A DDomainMapperTableManager.cxx289 TablePropertyMapPtr pProps( new TablePropertyMap ); in sprm() local
303 TablePropertyMapPtr pProps( new TablePropertyMap ); in sprm() local
400 PropertyMapPtr pProps = getTableProps(); in endLevel() local
H A DDomainMapperTableHandler.cxx98 static void lcl_printProperties( PropertyMapPtr pProps ) in lcl_printProperties()
151 TablePropertyMapPtr pProps) in startTable()
838 TablePropertyMapPtr pProps) in startRow()
865 TablePropertyMapPtr pProps ) in startCell()
H A DStyleSheetTable.cxx104 void TableStyleSheetEntry::AddTblStylePr( TblStyleType nType, PropertyMapPtr pProps ) in AddTblStylePr()
153 PropertyMapPtr pProps( new PropertyMap ); in GetProperties() local
257 PropertyMapPtr pProps( new PropertyMap( ) ); in GetLocalPropertiesFromMask() local
579 PropertyMapPtr pProps = pTblStylePrHandler->getProperties( ); in lcl_sprm() local
666 PropertyMapPtr pProps(new PropertyMap()); in lcl_sprm() local
/trunk/main/writerfilter/inc/resourcemodel/
H A DTableManager.hxx169 PropertiesPointer pProps; in startLevel() local
193 void setProps(PropertiesPointer pProps) in setProps()
208 void setCellProps(PropertiesPointer pProps) in setCellProps()
223 void setRowProps(PropertiesPointer pProps) in setRowProps()
239 void setTableProps(PropertiesPointer pProps) in setTableProps()
300 PropertiesPointer pProps ) in setProps()
316 PropertiesPointer pProps ) in setCellProps()
332 PropertiesPointer pProps ) in setRowProps()
381 PropertiesPointer pProps ) in setTableProps()
911 (unsigned int i, PropertiesPointer pProps) in cellPropsByCell()
[all …]
H A DTableData.hxx63 CellData(T start, PropertiesPointer pProps) in CellData()
89 void setProperties(PropertiesPointer pProps) { mpProps = pProps; } in setProperties()
96 void insertProperties(PropertiesPointer pProps) in insertProperties()
161 void addCell(const T & start, PropertiesPointer pProps) in addCell()
201 void insertCellProperties(unsigned int i, PropertiesPointer pProps) in insertCellProperties()
209 void insertCellProperties(PropertiesPointer pProps) in insertCellProperties()
333 void addCell(const T & start, PropertiesPointer pProps) in addCell()
361 void insertCellProperties(PropertiesPointer pProps) in insertCellProperties()
372 void insertCellProperties(unsigned int i, PropertiesPointer pProps) in insertCellProperties()
377 void insertTableProperties( PropertiesPointer pProps ) in insertTableProperties()
/trunk/main/writerfilter/source/ooxml/
H A DOOXMLParserState.cxx150 (OOXMLPropertySet::Pointer_t pProps) in setCharacterProperties()
159 (OOXMLPropertySet::Pointer_t pProps) in setCellProperties()
173 (OOXMLPropertySet::Pointer_t pProps) in setRowProperties()
229 (OOXMLPropertySet::Pointer_t pProps) in setTableProperties()
H A DHandler.cxx274 writerfilter::Reference<Properties>::Pointer_t pProps in attribute() local
283 writerfilter::Reference<Properties>::Pointer_t pProps in sprm() local
H A DOOXMLFastContextHandler.cxx400 (OOXMLPropertySet::Pointer_t pProps) in toPropertiesTag()
532 OOXMLPropertySet * pProps = new OOXMLPropertySetImpl(); in sendTableDepth() local
895 OOXMLPropertySet::Pointer_t pProps = getPropertySet(); in propagateTableProperties() local
1104 OOXMLPropertySet::Pointer_t pProps(mpParent->getPropertySet()); in sendPropertyToParent() local
1135 OOXMLPropertySet::Pointer_t pProps(getPropertySet()); in sendPropertiesToParent() local
1678 OOXMLPropertySet * pProps = new OOXMLPropertySetImpl(); in endCell() local
1735 OOXMLPropertySet * pProps = new OOXMLPropertySetImpl(); in endRow() local
1800 boost::shared_ptr<OOXMLPropertySet> pProps( new OOXMLPropertySetImpl ); in lcl_startFastElement() local
H A DOOXMLDocumentImpl.cxx263 OOXMLPropertySet * pProps = new OOXMLPropertySetImpl(); in getPicturePropSet() local
273 OOXMLPropertySet * pProps = getPicturePropSet(rId); in resolvePicture() local
/trunk/main/toolkit/source/awt/
H A Dvclxwindow1.cxx72 const com::sun::star::beans::NamedValue* pProps = aProps.getConstArray(); in SetSystemParent_Impl() local
/trunk/main/dbaccess/source/ui/dlg/
H A DDriverSettings.cxx107 for ( TProperties* pProps = aProps; pProps->first; ++pProps ) in getSupportedIndirectSettings() local
/trunk/main/ucb/source/core/
H A Ducbprops.cxx384 Property* pProps = m_pProps->getArray(); in getProperties() local
459 const Property* pProps = m_pProps->getConstArray(); in queryProperty() local
/trunk/main/basic/inc/basic/
H A Dsbxobj.hxx47 SbxArrayRef pProps; // Properties member in SbxObject
/trunk/main/ucbhelper/source/provider/
H A Dcontentinfo.cxx145 beans::Property* pProps = m_pProps->getArray(); in getProperties() local
203 const beans::Property* pProps = m_pProps->getConstArray(); in queryProperty() local
/trunk/main/sw/inc/
H A Dunoframe.hxx73 BaseFrameProperties_Impl* pProps; member in SwXFrame
/trunk/main/svx/source/dialog/
H A Drubydialog.cxx418 const PropertyValue* pProps = aProps.getConstArray(); in SetText() local
450 PropertyValue* pProps = rProps.getArray(); in GetText() local
479 const PropertyValue* pProps = rProps.getConstArray(); in Update() local
643 PropertyValue* pProps = rProps.getArray(); in IMPL_LINK() local
666 PropertyValue* pProps = rProps.getArray(); in IMPL_LINK() local
690 PropertyValue* pProps = rProps.getArray(); in IMPL_LINK() local
/trunk/main/sfx2/source/bastyp/
H A Dhelper.cxx258 OUString* pProps = aProps.getArray(); in GetFolderContents() local
366 OUString* pProps = aProps.getArray(); in GetFolderContentProperties() local
497 OUString* pProps = aProps.getArray(); in GetResultSet() local
593 OUString* pProps = aProps.getArray(); in GetHelpTreeViewContents() local
/trunk/main/toolkit/source/layout/core/
H A Dbox-base.cxx159 PropHelper *pProps = createChildProps( *it ); in getChildProperties() local
/trunk/main/comphelper/source/property/
H A Dcomposedprops.cxx323 const Property* pProps = m_aProperties.getConstArray(); in getPropertyByName() local
338 const Property* pProps = m_aProperties.getConstArray(); in hasPropertyByName() local
H A Dpropstate.cxx141 const ::com::sun::star::beans::Property* pProps = aProps.getConstArray(); in getPropertyStates() local
/trunk/main/writerfilter/source/doctok/
H A DWW8StyleSheet.cxx185 pProps(new WW8PropertySetImpl(*this, aOffset.get(), nCount, in get_upx() local
/trunk/main/ucbhelper/source/client/
H A Dcontent.cxx661 Property* pProps = aProps.getArray(); in getPropertyValuesInterface() local
694 Property* pProps = aProps.getArray(); in getPropertyValuesInterface() local
741 PropertyValue* pProps = aProps.getArray(); in setPropertyValues() local
789 PropertyValue* pProps = aProps.getArray(); in setPropertyValues() local
855 Property* pProps = aProps.getArray(); in createCursorAny() local
888 Property* pProps = aProps.getArray(); in createCursorAny() local
/trunk/main/sw/source/core/unocore/
H A Dswunohelper.cxx223 rtl::OUString* pProps = aProps.getArray(); in UCB_GetFileListOfFolder() local

Completed in 135 milliseconds

12345