Home
last modified time | relevance | path

Searched refs:pRep (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sw/source/ui/shells/
H A Dtabsh.cxx259 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() local
413 if(pRep->GetWidthPercent()) in ItemSetToTableParam()
[all …]
/trunk/main/vcl/aqua/source/dtrans/
H A DPictToBmpFlt.cxx143 NSBitmapImageRep* pRep =[NSBitmapImageRep imageRepWithData: pData]; in ImageToPNG() local
144 if( !pRep) in ImageToPNG()
147 NSData* pOut = [pRep representationUsingType: NSPNGFileType properties: nil]; in ImageToPNG()
178 NSBitmapImageRep* pRep = [NSBitmapImageRep imageRepWithData: pData]; in PNGToImage() local
179 if( !pRep) in PNGToImage()
182 NSData* pOut = [pRep representationUsingType: eOutFormat properties: nil]; in PNGToImage()
/trunk/main/sw/source/ui/dbui/
H A Ddbinsdlg.cxx270 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 …]
/trunk/main/sw/source/ui/table/
H A Dtabledlg.cxx92 void DbgTblRep(SwTableRep* pRep) in DbgTblRep() argument
94 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 …]
/trunk/main/sw/source/ui/inc/
H A Ddbinsdlg.hxx148 SwTableRep* pRep; member in SwInsertDBColAutoPilot

Completed in 58 milliseconds