Searched refs:maProps (Results 1 – 7 of 7) sorted by relevance
/aoo4110/main/ucb/source/sorter/ |
H A D | sortresult.cxx | 104 Property maProps[2]; member in SRSPropertySetInfo 2001 maProps[0].Name = OUString::createFromAscii( "RowCount" ); in SRSPropertySetInfo() 2002 maProps[0].Handle = -1; in SRSPropertySetInfo() 2003 maProps[0].Type = ::getCppuType( (const OUString*) NULL ); in SRSPropertySetInfo() 2004 maProps[0].Attributes = -1; in SRSPropertySetInfo() 2007 maProps[1].Handle = -1; in SRSPropertySetInfo() 2008 maProps[1].Type = ::getBooleanCppuType(); in SRSPropertySetInfo() 2009 maProps[1].Attributes = -1; in SRSPropertySetInfo() 2038 return Sequence < Property > ( maProps, 2 ); in getProperties() 2047 return maProps[0]; in getPropertyByName() [all …]
|
/aoo4110/main/xmloff/source/core/ |
H A D | DocumentSettingsContext.cxx | 166 XMLMyList maProps; member in XMLConfigBaseContext 176 void AddPropertyValue() { maProps.push_back(maProp); } in AddPropertyValue() 509 maProps(rImport.getServiceFactory()), in XMLConfigBaseContext() 547 mrAny <<= maProps.GetSequence(); in EndElement() 781 mrAny <<= maProps.GetNameContainer(); in EndElement() 837 uno::Reference< container::XIndexAccess > xIndex( maProps.GetIndexContainer(), uno::UNO_QUERY ); in EndElement() 903 mrAny <<= maProps.GetIndexContainer(); in EndElement() 908 uno::Reference< container::XIndexAccess > xIndex( maProps.GetIndexContainer(), uno::UNO_QUERY ); in EndElement() 1002 mrAny <<= maProps.GetIndexContainer(); in EndElement()
|
/aoo4110/main/toolkit/workben/layout/ |
H A D | editor.cxx | 535 uno::Sequence< beans::Property > maProps; member 551 maProps = xInfo->getProperties(); in PropertyIterator() 563 maProps = xInfo->getProperties(); in PropertyIterator() 575 return nPropIt < maProps.getLength(); in hasNext() 585 return maProps[ nPropIt++ ]; in next()
|
/aoo4110/main/sc/source/filter/excel/ |
H A D | xechart.cxx | 3313 ::set_flag( maProps.mnFlags, EXC_CHPROPS_SHOWVISIBLEONLY, false ); in XclExpChChart() 3314 ::set_flag( maProps.mnFlags, EXC_CHPROPS_MANPLOTAREA ); in XclExpChChart() 3315 maProps.mnEmptyMode = EXC_CHPROPS_EMPTY_SKIP; in XclExpChChart() 3328 ::set_flag( maProps.mnFlags, EXC_CHPROPS_SHOWVISIBLEONLY, !bIncludeHidden ); in XclExpChChart() 3354 case LEAVE_GAP: maProps.mnEmptyMode = EXC_CHPROPS_EMPTY_SKIP; break; in XclExpChChart() 3355 case USE_ZERO: maProps.mnEmptyMode = EXC_CHPROPS_EMPTY_ZERO; break; in XclExpChChart() 3356 case CONTINUE: maProps.mnEmptyMode = EXC_CHPROPS_EMPTY_INTERPOLATE; break; in XclExpChChart() 3393 ::set_flag( maProps.mnFlags, EXC_CHPROPS_USEMANPLOTAREA ); in SetManualPlotArea() 3406 rStrm << maProps.mnFlags << maProps.mnEmptyMode << sal_uInt8( 0 ); in WriteSubRecords()
|
H A D | xichart.cxx | 3828 return (GetBiff() <= EXC_BIFF5) || ::get_flag( maProps.mnFlags, EXC_CHPROPS_USEMANPLOTAREA ); in IsManualPlotArea() 3879 bool bShowVisCells = ::get_flag( maProps.mnFlags, EXC_CHPROPS_SHOWVISIBLEONLY ); in Convert() 3942 rStrm >> maProps.mnFlags >> maProps.mnEmptyMode; in ReadChProperties() 4075 switch( maProps.mnEmptyMode ) in CreateDiagram()
|
/aoo4110/main/sc/source/filter/inc/ |
H A D | xechart.hxx | 1238 XclChProperties maProps; /// Chart properties (CHPROPERTIES record). member in XclExpChChart
|
H A D | xichart.hxx | 1436 XclChProperties maProps; /// Chart properties (CHPROPERTIES record). member in XclImpChChart
|
Completed in 235 milliseconds