Home
last modified time | relevance | path

Searched refs:ePropType (Results 1 – 6 of 6) sorted by relevance

/aoo41x/main/basic/source/comp/
H A Dcodegen.cxx213 SbxDataType ePropType = SbxEMPTY; in Save() local
217 ePropType = pProc->GetType(); in Save()
222 ePropType = SbxVARIANT; // Default in Save()
228 ePropType = pPar->GetType(); in Save()
233 ePropType = SbxOBJECT; in Save()
243 pProcedureProperty = rMod.GetProcedureProperty( aPropName, ePropType ); in Save()
/aoo41x/main/xmloff/source/transform/
H A DStyleOASISTContext.cxx86 XMLPropType ePropType ) in SetQNameAndPropType() argument
88 m_ePropType = ePropType; in SetQNameAndPropType()
798 XMLPropType ePropType = in CreateChildContext() local
800 if( XML_PROP_TYPE_END != ePropType ) in CreateChildContext()
805 GetTransformer(), rQName, ePropType, m_aStyleFamily, m_bControlStyle ); in CreateChildContext()
807 m_xPropContext->SetQNameAndPropType( rQName, ePropType ); in CreateChildContext()
/aoo41x/main/chart2/source/view/charttypes/
H A DVSeriesPlotter.cxx2033 VLegendSymbolFactory::tPropertyType ePropType = in createLegendSymbolForSeries() local
2041 ePropType = VLegendSymbolFactory::PROP_TYPE_LINE_SERIES; in createLegendSymbolForSeries()
2048 , rSeries.getPropertiesOfSeries(), ePropType, aExplicitSymbol )); in createLegendSymbolForSeries()
2064 VLegendSymbolFactory::tPropertyType ePropType = in createLegendSymbolForPoint() local
2072 ePropType = VLegendSymbolFactory::PROP_TYPE_LINE_SERIES; in createLegendSymbolForPoint()
2103 xTarget, eLegendSymbolStyle, xShapeFactory, xPointSet, ePropType, aExplicitSymbol )); in createLegendSymbolForPoint()
/aoo41x/main/oox/inc/oox/dump/
H A Doledumper.hxx404 …inline explicit LargeProperty( LargePropertyType ePropType, const String& rItemName, sal_uInt3… in LargeProperty()
405 …mePropType( ePropType ), maItemName( rItemName ), mnDataSize( nDataSize ), mpItemValue( pItemValue… in LargeProperty()
/aoo41x/main/oox/inc/oox/xls/
H A Dstylesbuffer.hxx306 FontPropertyType ePropType ) const;
310 FontPropertyType ePropType ) const;
/aoo41x/main/oox/source/xls/
H A Dstylesbuffer.cxx1099 void Font::writeToPropertyMap( PropertyMap& rPropMap, FontPropertyType ePropType ) const in writeToPropertyMap()
1162 if( maUsedFlags.mbEscapementUsed && (ePropType == FONT_PROPTYPE_TEXT) ) in writeToPropertyMap()
1169 void Font::writeToPropertySet( PropertySet& rPropSet, FontPropertyType ePropType ) const in writeToPropertySet()
1172 writeToPropertyMap( aPropMap, ePropType ); in writeToPropertySet()

Completed in 282 milliseconds