Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/table/
H A Dcell.cxx450 if( mpProperties ) in dispose()
452 mpProperties.reset(); in dispose()
651 if( mpProperties && (mpProperties->GetStyleSheet() != pStyleSheet) ) in SetStyleSheet()
660 if( mpProperties ) in GetObjectItemSet()
673 if( mpProperties ) in SetObjectItem()
687 if( mpProperties ) in GetStyleSheet()
704 if( mpProperties ) in SetMergedItemSetAndBroadcast()
739 if( !mpProperties ) in getMinimumHeight()
1030 if(mpProperties == nullptr) in setPropertyValue()
1183 if(mpProperties == nullptr) in getPropertyValue()
[all …]
H A Dtableundo.cxx60 delete maUndoData.mpProperties; in dispose()
61 maUndoData.mpProperties = nullptr; in dispose()
62 delete maRedoData.mpProperties; in dispose()
63 maRedoData.mpProperties = nullptr; in dispose()
79 if( maRedoData.mpProperties == nullptr ) in Undo()
104 if( rData.mpProperties ) in setDataToCell()
105 mxCell->mpProperties.reset(Cell::CloneProperties( rData.mpProperties, *mxObjRef, *mxCell )); in setDataToCell()
107 mxCell->mpProperties.reset(); in setDataToCell()
135 if( mxCell->mpProperties ) in getDataFromCell()
136 rData.mpProperties = mxCell->CloneProperties( *mxObjRef, *mxCell); in getDataFromCell()
H A Dtableundo.hxx57 sdr::properties::TextProperties* mpProperties; member
68 : mpProperties(nullptr) in Data()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/table/
H A Dcell.cxx450 if( mpProperties ) in dispose()
452 mpProperties.reset(); in dispose()
651 if( mpProperties && (mpProperties->GetStyleSheet() != pStyleSheet) ) in SetStyleSheet()
660 if( mpProperties ) in GetObjectItemSet()
673 if( mpProperties ) in SetObjectItem()
687 if( mpProperties ) in GetStyleSheet()
704 if( mpProperties ) in SetMergedItemSetAndBroadcast()
739 if( !mpProperties ) in getMinimumHeight()
1030 if(mpProperties == nullptr) in setPropertyValue()
1183 if(mpProperties == nullptr) in getPropertyValue()
[all …]
H A Dtableundo.cxx60 delete maUndoData.mpProperties; in dispose()
61 maUndoData.mpProperties = nullptr; in dispose()
62 delete maRedoData.mpProperties; in dispose()
63 maRedoData.mpProperties = nullptr; in dispose()
79 if( maRedoData.mpProperties == nullptr ) in Undo()
104 if( rData.mpProperties ) in setDataToCell()
105 … mxCell->mpProperties.reset(Cell::CloneProperties( rData.mpProperties, *mxObjRef.get(), *mxCell )); in setDataToCell()
107 mxCell->mpProperties.reset(); in setDataToCell()
134 if( mxCell->mpProperties ) in getDataFromCell()
135 rData.mpProperties = mxCell->CloneProperties( *mxObjRef.get(), *mxCell); in getDataFromCell()
H A Dtableundo.hxx58 sdr::properties::TextProperties* mpProperties; member
69 : mpProperties(nullptr) in Data()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/writerfilter/source/dmapper/
H A DTableData.hxx116 mutable TablePropertyMapPtr mpProperties; member in writerfilter::dmapper::RowData
124 : SvRefBase(), mCells(rRowData.mCells), mpProperties(rRowData.mpProperties) in RowData()
168 if( !mpProperties.get() ) in insertProperties()
169 mpProperties = pProperties; in insertProperties()
171 mpProperties->InsertProps(pProperties.get()); in insertProperties()
227 return mpProperties; in getProperties()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/slidesorter/shell/
H A DSlideSorter.cxx119 mpProperties(std::make_shared<controller::Properties>()), in SlideSorter()
120 mpTheme(std::make_shared<view::Theme>(mpProperties)) in SlideSorter()
138 mpProperties(std::make_shared<controller::Properties>()), in SlideSorter()
139 mpTheme(std::make_shared<view::Theme>(mpProperties)) in SlideSorter()
151 mpProperties->SetBackgroundColor( in Init()
153 mpProperties->SetTextColor( in Init()
155 mpProperties->SetSelectionColor( in Init()
157 mpProperties->SetHighlightColor( in Init()
391 assert(mpProperties); in GetProperties()
392 return mpProperties; in GetProperties()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/slidesorter/shell/
H A DSlideSorter.cxx119 mpProperties(new controller::Properties()), in SlideSorter()
120 mpTheme(new view::Theme(mpProperties)) in SlideSorter()
138 mpProperties(new controller::Properties()), in SlideSorter()
139 mpTheme(new view::Theme(mpProperties)) in SlideSorter()
151 mpProperties->SetBackgroundColor( in Init()
153 mpProperties->SetTextColor( in Init()
155 mpProperties->SetSelectionColor( in Init()
157 mpProperties->SetHighlightColor( in Init()
391 assert(mpProperties); in GetProperties()
392 return mpProperties; in GetProperties()
/dports/editors/libreoffice/libreoffice-7.2.6.2/writerfilter/source/dmapper/
H A DTableData.hxx120 mutable TablePropertyMapPtr mpProperties; member in writerfilter::dmapper::RowData
135 : SvRefBase(), mCells(rRowData.mCells), mpProperties(rRowData.mpProperties) in RowData()
181 if( !mpProperties ) in insertProperties()
182 mpProperties = pProperties; in insertProperties()
184 mpProperties->InsertProps(pProperties.get()); in insertProperties()
240 return mpProperties; in getProperties()
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/style/
H A Dimpastpl.cxx561 XMLAutoStylePoolProperties* mpProperties; member
570 return (a.mpProperties->GetName() < b.mpProperties->GetName() || in operator ()()
571 … (a.mpProperties->GetName() == b.mpProperties->GetName() && *a.mpParent < *b.mpParent)); in operator ()()
606 assert(!aExpStyles[nPos].mpProperties); in exportXML()
607 aExpStyles[nPos].mpProperties = pProperties; in exportXML()
621 OUString oldName = aExpStyles[i].mpProperties->GetName(); in exportXML()
625 aExpStyles[i].mpProperties->SetName(newName); in exportXML()
636 assert(aExpStyles[i].mpProperties); in exportXML()
638 if( aExpStyles[i].mpProperties ) in exportXML()
642 aExpStyles[i].mpProperties->GetName() ); in exportXML()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/style/
H A Dimpastpl.cxx558 XMLAutoStylePoolProperties* mpProperties; member
567 return (a.mpProperties->GetName() < b.mpProperties->GetName() || in operator ()()
568 … (a.mpProperties->GetName() == b.mpProperties->GetName() && *a.mpParent < *b.mpParent)); in operator ()()
603 assert(!aExpStyles[nPos].mpProperties); in exportXML()
604 aExpStyles[nPos].mpProperties = pProperties; in exportXML()
618 OUString oldName = aExpStyles[i].mpProperties->GetName(); in exportXML()
622 aExpStyles[i].mpProperties->SetName(newName); in exportXML()
633 assert(aExpStyles[i].mpProperties); in exportXML()
635 if( aExpStyles[i].mpProperties ) in exportXML()
639 aExpStyles[i].mpProperties->GetName() ); in exportXML()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/ucb/source/ucp/webdav/
H A DSerfPropPatchReqProcImpl.cxx34 , mpProperties( &inProperties ) in SerfPropPatchReqProcImpl()
63 const int nPropCount = ( mpProperties != nullptr ) in createSerfRequestBucket()
64 ? mpProperties->size() in createSerfRequestBucket()
74 ProppatchOperation lastOp = (*mpProperties)[ 0 ].operation; in createSerfRequestBucket()
82 const ProppatchValue & rProperty = (*mpProperties)[ n ]; in createSerfRequestBucket()
H A DSerfPropPatchReqProcImpl.hxx50 const std::vector< ProppatchValue > * mpProperties; member in http_dav_ucp::SerfPropPatchReqProcImpl
/dports/editors/libreoffice6/libreoffice-6.4.7.2/ucb/source/ucp/webdav/
H A DSerfPropPatchReqProcImpl.cxx34 , mpProperties( &inProperties ) in SerfPropPatchReqProcImpl()
63 const int nPropCount = ( mpProperties != nullptr ) in createSerfRequestBucket()
64 ? mpProperties->size() in createSerfRequestBucket()
74 ProppatchOperation lastOp = (*mpProperties)[ 0 ].operation; in createSerfRequestBucket()
82 const ProppatchValue & rProperty = (*mpProperties)[ n ]; in createSerfRequestBucket()
H A DSerfPropPatchReqProcImpl.hxx51 const std::vector< ProppatchValue > * mpProperties; member in http_dav_ucp::SerfPropPatchReqProcImpl
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/inc/
H A DSlideSorter.hxx214 std::shared_ptr<controller::Properties> mpProperties; member in sd::slidesorter::SlideSorter
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/inc/
H A DSlideSorter.hxx217 std::shared_ptr<controller::Properties> mpProperties; member in sd::slidesorter::SlideSorter
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/svdraw/
H A Dsvdobj.cxx232 if(!mpProperties) in GetProperties()
238 const_cast< SdrObject* >(this)->mpProperties = in GetProperties()
242 return *mpProperties; in GetProperties()
414 mpProperties.reset(); in ~SdrObject()
1011 mpProperties.reset(); in operator =()
1017 mpProperties = rObj.GetProperties().Clone(*this); in operator =()
1744 if (mpProperties) in dumpAsXml()
1746 mpProperties->dumpAsXml(pWriter); in dumpAsXml()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/svdraw/
H A Dsvdobj.cxx212 if(!mpProperties) in GetProperties()
218 const_cast< SdrObject* >(this)->mpProperties = in GetProperties()
222 return *mpProperties; in GetProperties()
413 mpProperties.reset(); in SdrObject()
419 mpProperties = rSource.GetProperties().Clone(*this); in SdrObject()
464 mpProperties.reset(); in ~SdrObject()
1794 if (mpProperties) in dumpAsXml()
1796 mpProperties->dumpAsXml(pWriter); in dumpAsXml()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/inc/
H A Dcell.hxx200 std::unique_ptr<sdr::properties::TextProperties> mpProperties;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/inc/
H A Dcell.hxx203 std::unique_ptr<sdr::properties::TextProperties> mpProperties; member in sdr::table::Cell
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/svx/
H A Dsvdobj.hxx963 mpProperties; member in SdrObject
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/svx/
H A Dsvdobj.hxx1013 mpProperties; member in SdrObject
/dports/editors/libreoffice/libreoffice-7.2.6.2/
H A DChangeLog188973 Which is contained directly for some reason, not inside mpProperties.