Searched refs:pFrmSize (Results 1 – 3 of 3) sorted by relevance
851 SwFmtFrmSize* pFrmSize = PTR_CAST(SwFmtFrmSize, &rItem); in PutXMLValue() local852 DBG_ASSERT( pFrmSize != NULL, "Wrong Which-ID" ); in PutXMLValue()873 pFrmSize->SetWidthPercent( (sal_Int8)nValue ); in PutXMLValue()909 pFrmSize->SetWidth( (sal_uInt16)nValue ); in PutXMLValue()910 pFrmSize->SetHeightSizeType( ATT_VAR_SIZE ); in PutXMLValue()925 pFrmSize->SetWidth( (sal_uInt16)nValue ); in PutXMLValue()927 pFrmSize->SetHeight( (sal_uInt16)nValue ); in PutXMLValue()929 pFrmSize->SetHeightSizeType( eSizeType ); in PutXMLValue()
974 SwFmtFrmSize* pFrmSize = PTR_CAST(SwFmtFrmSize, &rItem); in QueryXMLValue() local975 DBG_ASSERT( pFrmSize != NULL, "Wrong Which-ID" ); in QueryXMLValue()981 if( pFrmSize->GetWidthPercent() ) in QueryXMLValue()983 rUnitConverter.convertPercent( aOut, pFrmSize->GetWidthPercent() ); in QueryXMLValue()988 if( ATT_MIN_SIZE == pFrmSize->GetHeightSizeType() ) in QueryXMLValue()992 if( ATT_FIX_SIZE == pFrmSize->GetHeightSizeType() ) in QueryXMLValue()999 rUnitConverter.convertMeasure( aOut, pFrmSize->GetHeight() ); in QueryXMLValue()
222 const SwFmtFrmSize *pFrmSize = 0; in AddRow() local229 pFrmSize = (const SwFmtFrmSize *)pItem; in AddRow()238 if( !pFrmSize && !pBrush && !pRowSplit ) in AddRow()255 if( !pFrmSize ) in AddRow()262 if( pFrmSize ) in AddRow()295 if( pFrmSize && in AddRow()296 ( pFrmSize->GetHeightSizeType() != pTestFrmSize->GetHeightSizeType() || in AddRow()297 pFrmSize->GetHeight() != pTestFrmSize->GetHeight() ) ) in AddRow()
Completed in 25 milliseconds