Home
last modified time | relevance | path

Searched refs:ClearPropertyValue (Results 1 – 9 of 9) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/toolbars/
H A Dfontworkbar.cxx319 rGeometryItem.ClearPropertyValue( sAdjustmentValues ); in GetGeometryForCustomShape()
320 rGeometryItem.ClearPropertyValue( sCoordinateOrigin ); in GetGeometryForCustomShape()
321 rGeometryItem.ClearPropertyValue( sCoordinateSize ); in GetGeometryForCustomShape()
322 rGeometryItem.ClearPropertyValue( sEquations ); in GetGeometryForCustomShape()
323 rGeometryItem.ClearPropertyValue( sHandles ); in GetGeometryForCustomShape()
324 rGeometryItem.ClearPropertyValue( sPath ); in GetGeometryForCustomShape()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/toolbars/
H A Dfontworkbar.cxx321 rGeometryItem.ClearPropertyValue( sAdjustmentValues ); in GetGeometryForCustomShape()
322 rGeometryItem.ClearPropertyValue( sCoordinateOrigin ); in GetGeometryForCustomShape()
323 rGeometryItem.ClearPropertyValue( sCoordinateSize ); in GetGeometryForCustomShape()
324 rGeometryItem.ClearPropertyValue( sEquations ); in GetGeometryForCustomShape()
325 rGeometryItem.ClearPropertyValue( sHandles ); in GetGeometryForCustomShape()
326 rGeometryItem.ClearPropertyValue( sPath ); in GetGeometryForCustomShape()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/svx/
H A Dsdasitm.hxx80 void ClearPropertyValue( const OUString& rPropertyName );
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/svx/
H A Dsdasitm.hxx80 void ClearPropertyValue( const OUString& rPropertyName );
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/items/
H A Dcustomshapeitem.cxx202 void SdrCustomShapeGeometryItem::ClearPropertyValue( const OUString& rPropName ) in ClearPropertyValue() function in SdrCustomShapeGeometryItem
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/items/
H A Dcustomshapeitem.cxx203 void SdrCustomShapeGeometryItem::ClearPropertyValue( const OUString& rPropName ) in ClearPropertyValue() function in SdrCustomShapeGeometryItem
/dports/editors/libreoffice/libreoffice-7.2.6.2/filter/source/msfilter/
H A Dmsdffimp.cxx4604 aGeometryItem.ClearPropertyValue(sViewBox); in ImportShape()
4703 aGeometryItem.ClearPropertyValue( "Handles" ); in ImportShape()
4704 aGeometryItem.ClearPropertyValue( "Equations" ); in ImportShape()
4705 aGeometryItem.ClearPropertyValue( sPath ); in ImportShape()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/filter/source/msfilter/
H A Dmsdffimp.cxx4680 aGeometryItem.ClearPropertyValue(sViewBox); in ImportShape()
4778 aGeometryItem.ClearPropertyValue( sHandles ); in ImportShape()
4779 aGeometryItem.ClearPropertyValue( sEquations ); in ImportShape()
4780 aGeometryItem.ClearPropertyValue( sPath ); in ImportShape()
/dports/devel/codeblocks/codeblocks-20.03/src/sdk/wxpropgrid/include/wx/propgrid/
H A Dpropgrid.h4907 bool ClearPropertyValue( wxPGPropArg id ) in ClearPropertyValue() function