Searched refs:pRep (Results 1 – 5 of 5) sorted by relevance
259 pRep->SetSpace(aCols.GetRightMax()); in lcl_TableParamToItemSet()267 pRep->SetAlign(nAlign); in lcl_TableParamToItemSet()292 pRep->SetLeftSpace(nLeft); in lcl_TableParamToItemSet()293 pRep->SetRightSpace(nRight); in lcl_TableParamToItemSet()295 pRep->SetWidth(nWidth); in lcl_TableParamToItemSet()296 pRep->SetWidthPercent(nPercent); in lcl_TableParamToItemSet()299 rSet.Put(SwPtrItem(FN_TABLE_REP, pRep)); in lcl_TableParamToItemSet()300 return pRep; in lcl_TableParamToItemSet()396 SwTableRep* pRep = 0; in ItemSetToTableParam() local413 if(pRep->GetWidthPercent()) in ItemSetToTableParam()[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()759 pRep->SetSpace( nWidth ); in IMPL_LINK()760 pRep->SetWidth( nWidth ); in IMPL_LINK()761 pRep->SetWidthPercent( 100 ); in IMPL_LINK()772 long nWidth = pRep->GetWidth(); in IMPL_LINK()783 delete pRep; in IMPL_LINK()786 pRep->SetSpace( nWidth ); in IMPL_LINK()787 pRep->SetWidth( nWidth ); in IMPL_LINK()788 pRep->SetWidthPercent( 100 ); 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()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()115 sMsg += pRep->GetRightSpace(); in DbgTblRep()[all …]
148 SwTableRep* pRep; member in SwInsertDBColAutoPilot
Completed in 115 milliseconds