Searched refs:PropertyType (Results 1 – 13 of 13) sorted by relevance
/aoo42x/main/sfx2/source/sidebar/ |
H A D | Theme.cxx | 82 const PropertyType eType (GetPropertyType(eItem)); in GetImage() 92 const PropertyType eType (GetPropertyType(eItem)); in GetColor() 107 const PropertyType eType (GetPropertyType(eItem)); in GetPaint() 123 const PropertyType eType (GetPropertyType(eItem)); in GetInteger() 133 const PropertyType eType (GetPropertyType(eItem)); in GetBoolean() 143 const PropertyType eType (GetPropertyType(eItem)); in GetRectangle() 504 const PropertyType eType (GetPropertyType(iId->second)); in setPropertyValue() 550 const PropertyType eType (GetPropertyType(iId->second)); in getPropertyValue() 691 const PropertyType eType (GetPropertyType(eItem)); in getProperties() 896 cssu::Type Theme::GetCppuType (const PropertyType eType) in GetCppuType() [all …]
|
/aoo42x/main/sfx2/inc/sfx2/sidebar/ |
H A D | Theme.hxx | 241 enum PropertyType enum in sfx2::sidebar::Theme 255 static PropertyType GetPropertyType (const ThemeItem eItem); 256 static cssu::Type GetCppuType (const PropertyType eType); 259 const PropertyType eType); 276 const PropertyType eType);
|
/aoo42x/main/writerfilter/source/doctok/ |
H A D | WW8DocumentImpl.hxx | 371 void parseBinTableCpAndFcs(WW8BinTable & rTable, PropertyType eType_); 724 CpAndFc getCpAndFc(const Cp & cp, PropertyType type = PROP_DOC) const; 731 CpAndFc getCpAndFc(const Fc & fc, PropertyType type = PROP_DOC) const; 817 virtual PropertyType getPropertyType() const; 841 string propertyTypeToString(PropertyType nType);
|
H A D | WW8CpAndFc.hxx | 240 PropertyType mType; 244 CpAndFc(const Cp & rCp, const Fc & rFc, PropertyType eType_); 259 PropertyType getType() const { return mType; } in getType()
|
H A D | WW8PieceTable.hxx | 143 virtual CpAndFc createCpAndFc(const Cp & rCp, PropertyType eType) const = 0; 152 virtual CpAndFc createCpAndFc(const Fc & rFc, PropertyType eType) const = 0;
|
H A D | WW8PieceTableImpl.hxx | 64 virtual CpAndFc createCpAndFc(const Cp & rCp, PropertyType eType) const; 65 virtual CpAndFc createCpAndFc(const Fc & rFc, PropertyType eType) const;
|
H A D | XNoteHelper.hxx | 54 PropertyType meType; 80 PropertyType eType, in XNoteHelper()
|
H A D | WW8DocumentImpl.cxx | 51 PropertyType eType, in processPLCFCpAndFcs() 130 PropertyType WW8DocumentIteratorImpl::getPropertyType() const in getPropertyType() 582 PropertyType eType_) in parseBinTableCpAndFcs() 1415 CpAndFc WW8DocumentImpl::getCpAndFc(const Cp & cp, PropertyType type) const in getCpAndFc() 1422 CpAndFc WW8DocumentImpl::getCpAndFc(const Fc & fc, PropertyType type) const in getCpAndFc() 1924 string propertyTypeToString(PropertyType nType) in propertyTypeToString() 2187 PropertyType type, in process()
|
H A D | WW8PieceTableImpl.cxx | 278 (const Cp & rCp, PropertyType eType) const in createCpAndFc() 284 (const Fc & rFc, PropertyType eType) const in createCpAndFc()
|
H A D | WW8CpAndFc.cxx | 121 CpAndFc::CpAndFc(const Cp & rCp, const Fc & rFc, PropertyType eType_) in CpAndFc()
|
/aoo42x/main/svx/inc/svx/ |
H A D | DescriptionGenerator.hxx | 46 enum PropertyType { enum in accessibility::DescriptionGenerator 106 PropertyType aType, 128 PropertyType aType,
|
/aoo42x/main/writerfilter/inc/doctok/ |
H A D | WW8Document.hxx | 236 enum PropertyType { enum 336 virtual PropertyType getPropertyType() const = 0;
|
/aoo42x/main/svx/source/accessibility/ |
H A D | DescriptionGenerator.cxx | 154 PropertyType aType, in AddProperty() 170 PropertyType aType, const OUString& sLocalizedName, long nWhichId) in AddProperty()
|
Completed in 55 milliseconds