Searched refs:maViewBox (Results 1 – 9 of 9) sorted by relevance
| /AOO41X/main/svx/source/gallery2/ |
| H A D | galbrws2.cxx | 470 maViewBox ( this ), in DBG_NAME() 492 maViewBox.InsertItem( TBX_ID_ICON, aDummyImage ); in DBG_NAME() 493 maViewBox.SetItemBits( TBX_ID_ICON, TIB_RADIOCHECK | TIB_AUTOCHECK ); in DBG_NAME() 494 maViewBox.SetHelpId( TBX_ID_ICON, HID_GALLERY_ICONVIEW ); in DBG_NAME() 495 maViewBox.SetQuickHelpText( TBX_ID_ICON, String( GAL_RESID( RID_SVXSTR_GALLERY_ICONVIEW ) ) ); in DBG_NAME() 497 maViewBox.InsertItem( TBX_ID_LIST, aDummyImage ); in DBG_NAME() 498 maViewBox.SetItemBits( TBX_ID_LIST, TIB_RADIOCHECK | TIB_AUTOCHECK ); in DBG_NAME() 499 maViewBox.SetHelpId( TBX_ID_LIST, HID_GALLERY_LISTVIEW ); in DBG_NAME() 500 maViewBox.SetQuickHelpText( TBX_ID_LIST, String( GAL_RESID( RID_SVXSTR_GALLERY_LISTVIEW ) ) ); in DBG_NAME() 502 maViewBox.SetBorder( 0, 1 ); in DBG_NAME() [all …]
|
| H A D | GalleryControl.cxx | 203 mpBrowser2->maViewBox.GrabFocus(); in KeyInput() 204 else if( mpBrowser2->maViewBox.HasFocus() ) in KeyInput() 214 mpBrowser2->maViewBox.GrabFocus(); in KeyInput() 215 else if( mpBrowser2->maViewBox.HasFocus() ) in KeyInput()
|
| H A D | galbrws.cxx | 223 mpBrowser2->maViewBox.GrabFocus(); in KeyInput() 224 else if( mpBrowser2->maViewBox.HasFocus() ) in KeyInput() 234 mpBrowser2->maViewBox.GrabFocus(); in KeyInput() 235 else if( mpBrowser2->maViewBox.HasFocus() ) in KeyInput()
|
| /AOO41X/main/filter/source/svg/ |
| H A D | svgfilter.hxx | 124 Rectangle maViewBox; member in SVGExport 142 const Rectangle& GetViewBox() const { return maViewBox; }; in GetViewBox() 143 void SetViewBox( const Rectangle& rViewBox ) { maViewBox = rViewBox; }; in SetViewBox()
|
| /AOO41X/main/xmloff/source/draw/ |
| H A D | ximp3dobject.cxx | 430 maViewBox = sValue; in SdXML3DPolygonBasedShapeContext() 457 if(maPoints.getLength() && maViewBox.getLength()) in StartElement()
|
| H A D | ximp3dobject.hxx | 121 rtl::OUString maViewBox; member in SdXML3DPolygonBasedShapeContext
|
| H A D | ximpshap.hxx | 210 rtl::OUString maViewBox; member in SdXMLPolygonShapeContext 233 rtl::OUString maViewBox; member in SdXMLPathShapeContext
|
| H A D | ximpshap.cxx | 1356 maViewBox = rValue; in processAttribute() 1398 if(maPoints.getLength() && maViewBox.getLength()) in StartElement() 1400 const SdXMLImExViewBox aViewBox(maViewBox, GetImport().GetMM100UnitConverter()); in StartElement() 1481 maViewBox = rValue; in processAttribute() 1501 const SdXMLImExViewBox aViewBox(maViewBox, GetImport().GetMM100UnitConverter()); in StartElement()
|
| /AOO41X/main/svx/inc/ |
| H A D | galbrws2.hxx | 119 GalleryToolBox maViewBox; member in GalleryBrowser2
|