Home
last modified time | relevance | path

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

/aoo42x/main/dbaccess/source/ui/app/
H A DAppControllerGen.cxx577 …::comphelper::NamedValueCollection aLayoutInfo( m_xDataSource->getPropertyValue( PROPERTY_LAYOUTIN… in previewChanged()
578 sal_Int32 nOldMode = aLayoutInfo.getOrDefault( "Preview", _nMode ); in previewChanged()
581 aLayoutInfo.put( "Preview", _nMode ); in previewChanged()
582 …m_xDataSource->setPropertyValue( PROPERTY_LAYOUTINFORMATION, makeAny( aLayoutInfo.getPropertyValue… in previewChanged()
H A DAppController.cxx2783 …::comphelper::NamedValueCollection aLayoutInfo( m_xDataSource->getPropertyValue( PROPERTY_LAYOUTIN… in attachModel()
2784 if ( aLayoutInfo.has( (rtl::OUString)INFO_PREVIEW ) ) in attachModel()
2786 …const sal_Int32 nPreviewMode( aLayoutInfo.getOrDefault( (rtl::OUString)INFO_PREVIEW, (sal_Int32)0 … in attachModel()
/aoo42x/main/sc/inc/
H A Ddptabsrc.hxx598 ::com::sun::star::sheet::DataPilotFieldLayoutInfo aLayoutInfo; // stored user settings
692 aLayoutInfo.LayoutMode != in IsOutlineLayout()
697 aLayoutInfo.LayoutMode == in IsSubtotalsAtTop()
700 …sal_Bool IsAddEmpty() const { return bEnableLayout && aLayoutInfo.AddE… in IsAddEmpty()
/aoo42x/main/sc/source/filter/excel/
H A Dxipivot.cxx1099 DataPilotFieldLayoutInfo aLayoutInfo; in ConvertRCPField() local
1100 aLayoutInfo.LayoutMode = maFieldExtInfo.GetApiLayoutMode(); in ConvertRCPField()
1101 aLayoutInfo.AddEmptyLines = ::get_flag( maFieldExtInfo.mnFlags, EXC_SXVDEX_LAYOUT_BLANK ); in ConvertRCPField()
1102 rSaveDim.SetLayoutInfo( &aLayoutInfo ); in ConvertRCPField()
/aoo42x/main/oox/source/xls/
H A Dpivottablebuffer.cxx786 DataPilotFieldLayoutInfo aLayoutInfo; in convertRowColPageField() local
787 aLayoutInfo.LayoutMode = maModel.mbOutline ? in convertRowColPageField()
790 aLayoutInfo.AddEmptyLines = maModel.mbInsertBlankRow; in convertRowColPageField()
791 aPropSet.setProperty( PROP_LayoutInfo, aLayoutInfo ); in convertRowColPageField()
/aoo42x/main/sc/source/core/data/
H A Ddptabsrc.cxx2357 aValue >>= aLayoutInfo; in setPropertyValue()
2383 aRet <<= aLayoutInfo; in getPropertyValue()

Completed in 267 milliseconds