Home
last modified time | relevance | path

Searched refs:MID_WIDTH (Results 1 – 12 of 12) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/svl/source/items/
H A Drectitem.cxx89 case MID_WIDTH: rVal <<= aVal.getWidth(); break; in QueryValue()
122 case MID_WIDTH: aVal.setWidth( nVal ); break; in PutValue()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svl/source/items/
H A Drectitem.cxx91 case MID_WIDTH: rVal <<= aVal.getWidth(); break; in QueryValue()
124 case MID_WIDTH: aVal.setWidth( nVal ); break; in PutValue()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/svl/
H A Dmemberid.h27 #define MID_WIDTH 5 macro
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/svl/
H A Dmemberid.h27 #define MID_WIDTH 5 macro
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/dialog/
H A Drulritem.cxx308 case MID_WIDTH: nVal = lWidth; break; in QueryValue()
343 case MID_WIDTH: lWidth = nVal; break; in PutValue()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/dialog/
H A Drulritem.cxx309 case MID_WIDTH: nVal = lWidth; break; in QueryValue()
344 case MID_WIDTH: lWidth = nVal; break; in PutValue()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/sdi/
H A Dsvxitems.sdi306 INT32 Width MID_WIDTH; // ???
314 INT16 Width MID_WIDTH;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/sdi/
H A Dsvxitems.sdi306 INT32 Width MID_WIDTH; // ???
314 INT16 Width MID_WIDTH;
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/sdi/
H A Dsfxitems.sdi50 INT32 Width MID_WIDTH;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/sdi/
H A Dsfxitems.sdi50 INT32 Width MID_WIDTH;
/dports/editors/libreoffice/libreoffice-7.2.6.2/editeng/source/items/
H A Dfrmitems.cxx1063 case MID_WIDTH: rVal <<= aShadow.ShadowWidth; break; in QueryValue()
1097 case MID_WIDTH: rVal >>= aShadow.ShadowWidth; break; in PutValue()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/editeng/source/items/
H A Dfrmitems.cxx1022 case MID_WIDTH: rVal <<= aShadow.ShadowWidth; break; in QueryValue()
1056 case MID_WIDTH: rVal >>= aShadow.ShadowWidth; break; in PutValue()