Home
last modified time | relevance | path

Searched refs:mpProperties (Results 1 – 18 of 18) sorted by relevance

/trunk/main/svx/source/table/
H A Dcell.cxx309 , mpProperties( new sdr::properties::CellProperties( rTableObj, this ) ) in Cell()
347 if( mpProperties ) in dispose()
349 delete mpProperties; in dispose()
350 mpProperties = 0; in dispose()
362 if( mpProperties ) in SetModel()
364 SfxItemPool* pItemPool = mpProperties->GetObjectItemSet().GetPool(); in SetModel()
368 mpProperties->MoveToItemPool(pItemPool, &pNewModel->GetItemPool(), pNewModel); in SetModel()
452 if( xSourceCell.is() && mpProperties ) in replaceContentAndFormatting()
454 mpProperties->SetMergedItemSet( xSourceCell->GetObjectItemSet() ); in replaceContentAndFormatting()
546 if( mpProperties && (mpProperties->GetStyleSheet() != pStyleSheet) ) in SetStyleSheet()
[all …]
H A Dtableundo.cxx70 delete maUndoData.mpProperties; in dispose()
71 maUndoData.mpProperties = 0; in dispose()
72 delete maRedoData.mpProperties; in dispose()
73 maRedoData.mpProperties = 0; in dispose()
89 if( maRedoData.mpProperties == 0 ) in Undo()
121 delete mxCell->mpProperties; in setDataToCell()
122 if( rData.mpProperties ) in setDataToCell()
123 …mxCell->mpProperties = Cell::CloneProperties( rData.mpProperties, *mxObjRef.get(), *mxCell.get() ); in setDataToCell()
125 mxCell->mpProperties = 0; in setDataToCell()
152 if( mxCell->mpProperties ) in getDataFromCell()
[all …]
H A Dtableundo.hxx62 sdr::properties::TextProperties* mpProperties; member
74 Data() : mpProperties(0), mpOutlinerParaObject(0) {}; in Data()
H A Dcell.hxx220 sdr::properties::TextProperties* mpProperties; member in sdr::table::Cell
/trunk/main/writerfilter/inc/resourcemodel/
H A DTableData.hxx140 mutable PropertiesPointer mpProperties; member in writerfilter::RowData
148 : mCells(rRowData.mCells), mpProperties(rRowData.mpProperties) in RowData()
188 if( !mpProperties.get() ) in insertProperties()
189 mpProperties = pProperties; in insertProperties()
191 mpProperties->insert( pProperties ); in insertProperties()
258 return mpProperties; in getProperties()
267 mpProperties.reset(); in clear()
/trunk/main/sd/source/ui/slidesorter/shell/
H A DSlideSorter.cxx138 mpProperties(new controller::Properties()), in SlideSorter()
139 mpTheme(new view::Theme(mpProperties)) in SlideSorter()
163 mpProperties(new controller::Properties()), in SlideSorter()
164 mpTheme(new view::Theme(mpProperties)) in SlideSorter()
179 mpProperties->SetBackgroundColor( in Init()
181 mpProperties->SetTextColor( in Init()
183 mpProperties->SetSelectionColor( in Init()
185 mpProperties->SetHighlightColor( in Init()
579 OSL_ASSERT(mpProperties); in GetProperties()
580 return mpProperties; in GetProperties()
/trunk/main/xmloff/source/style/
H A Dimpastp4.cxx403 aExpStyles[i].mpProperties = 0; in exportXML()
421 DBG_ASSERT( !aExpStyles[nPos].mpProperties, in exportXML()
423 aExpStyles[nPos].mpProperties = pProperties; in exportXML()
437 DBG_ASSERT( aExpStyles[i].mpProperties, in exportXML()
440 if( aExpStyles[i].mpProperties ) in exportXML()
444 aExpStyles[i].mpProperties->GetName() ); in exportXML()
469 aExpStyles[i].mpProperties->GetProperties(), in exportXML()
501 aExpStyles[i].mpProperties->GetProperties(), in exportXML()
507 aExpStyles[i].mpProperties->GetProperties(), in exportXML()
H A Dimpastpl.hxx220 const SvXMLAutoStylePoolPropertiesP_Impl *mpProperties; member
/trunk/main/svx/source/svdraw/
H A Dsvdpage.cxx1180 mpProperties->SetParent(0); in ImpRemoveStyleSheet()
1192 mpProperties->SetParent(&rNewStyleSheet.GetItemSet()); in ImpAddStyleSheet()
1213mpProperties(new SfxItemSet(mpSdrPage->GetModel()->GetItemPool(), XATTR_FILL_FIRST, XATTR_FILL_LAS… in SdrPageProperties()
1217 mpProperties->Put(XFillStyleItem(XFILL_NONE)); in SdrPageProperties()
1224 delete mpProperties; in ~SdrPageProperties()
1253 return *mpProperties; in GetItemSet()
1259 mpProperties->Put(rSet); in PutItemSet()
1266 mpProperties->Put(rItem); in PutItem()
1272 mpProperties->ClearItem(nWhich); in ClearItem()
H A Dsvdobj.cxx324 if(!mpProperties) in GetProperties()
326 const_cast< SdrObject* >(this)->mpProperties = in GetProperties()
330 return *mpProperties; in GetProperties()
389 :mpProperties(0L) in SdrObject()
467 if(mpProperties) in ~SdrObject()
469 delete mpProperties; in ~SdrObject()
470 mpProperties = 0L; in ~SdrObject()
1024 if(mpProperties) in operator =()
1026 delete mpProperties; in operator =()
1027 mpProperties = 0L; in operator =()
[all …]
/trunk/main/sd/source/ui/slidesorter/inc/view/
H A DSlsPageObjectViewObjectContact.hxx207 ::boost::shared_ptr<controller::Properties> mpProperties;
H A DSlsPageObjectPainter.hxx82 ::boost::shared_ptr<controller::Properties> mpProperties;
H A DSlideSorterView.hxx275 ::boost::shared_ptr<controller::Properties> mpProperties;
/trunk/main/sd/source/ui/inc/
H A DSlideSorter.hxx248 ::boost::shared_ptr<controller::Properties> mpProperties;
/trunk/main/svx/inc/svx/
H A Dsvdpage.hxx363 SfxItemSet* mpProperties; member in SdrPageProperties
H A Dsvdobj.hxx415 sdr::properties::BaseProperties* mpProperties; member in SdrObject
/trunk/main/sd/source/ui/slidesorter/view/
H A DSlsPageObjectPainter.cxx101 mpProperties(rSlideSorter.GetProperties()), in PageObjectPainter()
H A DSlideSorterView.cxx162 mpProperties(rSlideSorter.GetProperties()), in SlideSorterView()