Searched refs:aLayoutInfo (Results 1 – 6 of 6) sorted by relevance
577 …::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()
2783 …::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()
598 ::com::sun::star::sheet::DataPilotFieldLayoutInfo aLayoutInfo; // stored user settings692 aLayoutInfo.LayoutMode != in IsOutlineLayout()697 aLayoutInfo.LayoutMode == in IsSubtotalsAtTop()700 …sal_Bool IsAddEmpty() const { return bEnableLayout && aLayoutInfo.AddE… in IsAddEmpty()
1099 DataPilotFieldLayoutInfo aLayoutInfo; in ConvertRCPField() local1100 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()
786 DataPilotFieldLayoutInfo aLayoutInfo; in convertRowColPageField() local787 aLayoutInfo.LayoutMode = maModel.mbOutline ? in convertRowColPageField()790 aLayoutInfo.AddEmptyLines = maModel.mbInsertBlankRow; in convertRowColPageField()791 aPropSet.setProperty( PROP_LayoutInfo, aLayoutInfo ); in convertRowColPageField()
2357 aValue >>= aLayoutInfo; in setPropertyValue()2383 aRet <<= aLayoutInfo; in getPropertyValue()
Completed in 98 milliseconds