Home
last modified time | relevance | path

Searched refs:pLayoutInfo (Results 1 – 9 of 9) sorted by last modified time

/trunk/main/sw/source/filter/html/
H A Dhtmltab.cxx480 SwHTMLTableLayout *pLayoutInfo; member in HTMLTable
687 pLayoutInfo = 0; in SV_IMPL_PTRARR()
723 if( pLayoutInfo ) in SetTableBox()
729 if( !pLayoutInfo ) in CreateLayoutInfo()
738 return pLayoutInfo; in CreateLayoutInfo()
1128 pLayoutInfo( 0 ), in HTMLTable()
1210 return pLayoutInfo; in CreateLayoutInfo()
1227 if( pLayoutInfo ) in FixRowSpan()
1240 if( pLayoutInfo ) in ProtectRowSpan()
2773 pLayoutInfo->SetWidths(); in MakeTable()
[all …]
H A Dhtmltabw.cxx101 SwHTMLWrtTable( const SwHTMLTableLayout *pLayoutInfo );
118 SwHTMLWrtTable::SwHTMLWrtTable( const SwHTMLTableLayout *pLayoutInfo ) in SwHTMLWrtTable() argument
119 : SwWriteTable( pLayoutInfo ) in SwHTMLWrtTable()
/trunk/main/sw/source/filter/writer/
H A Dwrtswtbl.cxx802 bColsOption(pLayoutInfo->HasColsOption()), in SwWriteTable()
803 bColTags(pLayoutInfo->HasColTags()), bLayoutExport(true), in SwWriteTable()
804 bCollectBorderWidth(pLayoutInfo->HaveBordersChanged()) in SwWriteTable()
808 nBorder = pLayoutInfo->GetBorder(); in SwWriteTable()
809 nCellPadding = pLayoutInfo->GetCellPadding(); in SwWriteTable()
810 nCellSpacing = pLayoutInfo->GetCellSpacing(); in SwWriteTable()
814 sal_uInt16 nCols = pLayoutInfo->GetColCount(); in SwWriteTable()
815 sal_uInt16 nRows = pLayoutInfo->GetRowCount(); in SwWriteTable()
826 pLayoutInfo->GetColumn( nCol ); in SwWriteTable()
852 pLayoutInfo->GetCell( nRow, nCol ); in SwWriteTable()
[all …]
/trunk/main/sw/source/filter/inc/
H A Dwrtswtbl.hxx319 SwWriteTable( const SwHTMLTableLayout *pLayoutInfo );
/trunk/main/sw/source/core/layout/
H A Dpagechg.cxx1816 const SwHTMLTableLayout *pLayoutInfo = in ImplCalcBrowseWidth() local
1819 if ( pLayoutInfo ) in ImplCalcBrowseWidth()
1820 nWidth = Min( nWidth, pLayoutInfo->GetBrowseWidthMin() ); in ImplCalcBrowseWidth()
/trunk/main/sc/source/filter/xml/
H A DXMLExportDataPilot.cxx416 const sheet::DataPilotFieldLayoutInfo* pLayoutInfo = pDim->GetLayoutInfo(); in WriteLayoutInfo() local
417 if (pLayoutInfo) in WriteLayoutInfo()
419 if (pLayoutInfo->AddEmptyLines) in WriteLayoutInfo()
425 switch (pLayoutInfo->LayoutMode) in WriteLayoutInfo()
/trunk/main/sc/source/filter/excel/
H A Dxepivot.cxx1114 if( const DataPilotFieldLayoutInfo* pLayoutInfo = rSaveDim.GetLayoutInfo() ) in SetPropertiesFromDim() local
1116 maFieldExtInfo.SetApiLayoutMode( pLayoutInfo->LayoutMode ); in SetPropertiesFromDim()
1117 ::set_flag( maFieldExtInfo.mnFlags, EXC_SXVDEX_LAYOUT_BLANK, pLayoutInfo->AddEmptyLines ); in SetPropertiesFromDim()
/trunk/main/sc/source/core/data/
H A Ddpsave.cxx214 pLayoutInfo( NULL ) in ScDPSaveDimension()
258 if (r.pLayoutInfo) in ScDPSaveDimension()
259 pLayoutInfo = new sheet::DataPilotFieldLayoutInfo( *(r.pLayoutInfo) ); in ScDPSaveDimension()
261 pLayoutInfo = NULL; in ScDPSaveDimension()
279 delete pLayoutInfo; in ~ScDPSaveDimension()
500 delete pLayoutInfo; in SetLayoutInfo()
502 pLayoutInfo = new sheet::DataPilotFieldLayoutInfo(*pNew); in SetLayoutInfo()
504 pLayoutInfo = NULL; in SetLayoutInfo()
672 if ( pLayoutInfo ) in WriteToSource()
673 … ScUnoHelpFunctions::SetOptionalPropertyValue(xLevProp, SC_UNO_LAYOUT, *pLayoutInfo); in WriteToSource()
/trunk/main/sc/inc/
H A Ddpsave.hxx110 ::com::sun::star::sheet::DataPilotFieldLayoutInfo* pLayoutInfo; // (level)
163 …com::sun::star::sheet::DataPilotFieldLayoutInfo* GetLayoutInfo() const { return pLayoutInfo; } in GetLayoutInfo()

Completed in 176 milliseconds