Searched refs:pRep (Results 1 – 5 of 5) sorted by relevance
258 SwTableRep* pRep = new SwTableRep( aTabCols, rSh.IsTblComplex()); in lcl_TableParamToItemSet() local259 pRep->SetSpace(aCols.GetRightMax()); in lcl_TableParamToItemSet()265 nWidth = pRep->GetSpace() * nPercent / 100; in lcl_TableParamToItemSet()267 pRep->SetAlign(nAlign); in lcl_TableParamToItemSet()271 SwTwips nDiff = pRep->GetSpace() - nRight - nLeft - nWidth; in lcl_TableParamToItemSet()274 SwTwips nLR = pRep->GetSpace() - nWidth; in lcl_TableParamToItemSet()288 nWidth = pRep->GetSpace() - nLeft - nRight; in lcl_TableParamToItemSet()292 pRep->SetLeftSpace(nLeft); in lcl_TableParamToItemSet()293 pRep->SetRightSpace(nRight); in lcl_TableParamToItemSet()295 pRep->SetWidth(nWidth); in lcl_TableParamToItemSet()[all …]
143 NSBitmapImageRep* pRep =[NSBitmapImageRep imageRepWithData: pData]; in ImageToPNG() local144 if( !pRep) in ImageToPNG()147 NSData* pOut = [pRep representationUsingType: NSPNGFileType properties: nil]; in ImageToPNG()178 NSBitmapImageRep* pRep = [NSBitmapImageRep imageRepWithData: pData]; in PNGToImage() local179 if( !pRep) in PNGToImage()182 NSData* pOut = [pRep representationUsingType: eOutFormat properties: nil]; in PNGToImage()
270 pRep( 0 ) in SwInsertDBColAutoPilot()458 delete pRep; in ~SwInsertDBColAutoPilot()757 pRep = new SwTableRep( aTabCols, sal_False ); in IMPL_LINK()758 pRep->SetAlign( text::HoriOrientation::NONE ); in IMPL_LINK()759 pRep->SetSpace( nWidth ); in IMPL_LINK()760 pRep->SetWidth( nWidth ); in IMPL_LINK()761 pRep->SetWidthPercent( 100 ); in IMPL_LINK()762 pTblSet->Put( SwPtrItem( FN_TABLE_REP, pRep )); in IMPL_LINK()768 if( aLbTableCol.GetEntryCount() != pRep->GetAllColCount() ) in IMPL_LINK()772 long nWidth = pRep->GetWidth(); in IMPL_LINK()[all …]
92 void DbgTblRep(SwTableRep* pRep) in DbgTblRep() argument94 DBG_ERROR(String(pRep->GetColCount())) in DbgTblRep()95 DBG_ERROR(String(pRep->GetAllColCount())) in DbgTblRep()97 for(sal_uInt16 i = 0; i < pRep->GetAllColCount(); i++) in DbgTblRep()100 sMsg += pRep->GetColumns()[i].bVisible ? " v " : " h "; in DbgTblRep()101 sMsg += pRep->GetColumns()[i].nWidth; in DbgTblRep()102 nSum +=pRep->GetColumns()[i].nWidth; in DbgTblRep()108 sMsg += pRep->GetWidth(); in DbgTblRep()111 sMsg += pRep->GetSpace(); in DbgTblRep()113 sMsg += pRep->GetLeftSpace(); in DbgTblRep()[all …]
148 SwTableRep* pRep; member in SwInsertDBColAutoPilot