Searched refs:maViewBox (Results 1 – 9 of 9) sorted by relevance
/aoo42x/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() 497 maViewBox.InsertItem( TBX_ID_LIST, aDummyImage ); in DBG_NAME() 502 maViewBox.SetBorder( 0, 1 ); in DBG_NAME() 505 maViewBox.Show(); in DBG_NAME() 582 const Size aBoxSize( maViewBox.GetOutputSizePixel() ); in Resize() 853 maViewBox.EnableItem( TBX_ID_ICON, sal_True ); in SelectTheme() 854 maViewBox.EnableItem( TBX_ID_LIST, sal_True ); in SelectTheme() 1527 maViewBox.SetItemImage( TBX_ID_ICON, aIconBmpEx ); in IMPL_LINK() 1528 maViewBox.SetItemImage( TBX_ID_LIST, aListBmpEx ); in IMPL_LINK() [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()
|
/aoo42x/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()
|
/aoo42x/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.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()
|
H A D | ximpshap.hxx | 210 rtl::OUString maViewBox; member in SdXMLPolygonShapeContext 233 rtl::OUString maViewBox; member in SdXMLPathShapeContext
|
/aoo42x/main/svx/inc/ |
H A D | galbrws2.hxx | 119 GalleryToolBox maViewBox; member in GalleryBrowser2
|
Completed in 59 milliseconds