Home
last modified time | relevance | path

Searched refs:maComponentInfos (Results 1 – 11 of 11) sorted by relevance

/trunk/main/toolkit/source/controls/
H A Dunocontrol.cxx217 maComponentInfos.bVisible = sal_False; in ImplGetCompatiblePeer()
252 maComponentInfos.bVisible = sal_True; in ImplGetCompatiblePeer()
788 maComponentInfos.nX = X; in setPosSize()
790 maComponentInfos.nY = Y; in setPosSize()
792 maComponentInfos.nWidth = Width; in setPosSize()
795 maComponentInfos.nFlags |= Flags; in setPosSize()
806 …awt::Rectangle aRect( maComponentInfos.nX, maComponentInfos.nY, maComponentInfos.nWidth, maCompone… in getPosSize()
840 maComponentInfos.bEnable = bEnable; in setEnable()
1035 return awt::Size( maComponentInfos.nWidth, maComponentInfos.nHeight ); in getSize()
1073 maComponentInfos.nZoomX = fZoomX; in setZoom()
[all …]
H A Dunocontrols.cxx153 maComponentInfos.nWidth = 100; in UnoEditControl()
154 maComponentInfos.nHeight = 12; in UnoEditControl()
700 maComponentInfos.nWidth = 50; in UnoButtonControl()
701 maComponentInfos.nHeight = 14; in UnoButtonControl()
922 maComponentInfos.nWidth = 100; in UnoImageControlControl()
1015 maComponentInfos.nWidth = 100; in UnoRadioButtonControl()
1016 maComponentInfos.nHeight = 12; in UnoRadioButtonControl()
1224 maComponentInfos.nWidth = 100; in UnoCheckBoxControl()
1225 maComponentInfos.nHeight = 12; in UnoCheckBoxControl()
1417 maComponentInfos.nWidth = 100; in UnoFixedHyperlinkControl()
[all …]
H A Dtabpagemodel.cxx196 maComponentInfos.nWidth = 280; in UnoControlTabPage()
197 maComponentInfos.nHeight = 400; in UnoControlTabPage()
H A Ddialogcontrol.cxx168 maComponentInfos.nWidth = 300; in UnoDialogControl()
169 maComponentInfos.nHeight = 450; in UnoDialogControl()
H A Dcontrolmodelcontainerbase.cxx1324 maComponentInfos.nWidth = 280; in ControlContainerBase()
1325 maComponentInfos.nHeight = 400; in ControlContainerBase()
H A Dunocontrolcontainer.cxx773 sal_Bool bVis = maComponentInfos.bVisible; in createPeer()
/trunk/main/forms/source/solar/component/
H A Dnavbarcontrol.cxx195 xPeerView->setZoom( maComponentInfos.nZoomX, maComponentInfos.nZoomY ); in createPeer()
200 …setPosSize( maComponentInfos.nX, maComponentInfos.nY, maComponentInfos.nWidth, maComponentInfos.nH… in createPeer()
202 pPeer->setVisible ( maComponentInfos.bVisible && !mbDesignMode ); in createPeer()
203 pPeer->setEnable ( maComponentInfos.bEnable ); in createPeer()
/trunk/main/forms/source/richtext/
H A Drichtextcontrol.cxx258 xPeerView->setZoom( maComponentInfos.nZoomX, maComponentInfos.nZoomY ); in createPeer()
263 …setPosSize( maComponentInfos.nX, maComponentInfos.nY, maComponentInfos.nWidth, maComponentInfos.nH… in createPeer()
265 pPeer->setVisible ( maComponentInfos.bVisible && !mbDesignMode ); in createPeer()
266 pPeer->setEnable ( maComponentInfos.bEnable ); in createPeer()
/trunk/main/dbaccess/source/ui/uno/
H A DColumnControl.cxx90 UnoControlComponentInfos aComponentInfos(maComponentInfos); in createPeer()
139 xPeerView->setZoom( maComponentInfos.nZoomX, maComponentInfos.nZoomY ); in createPeer()
/trunk/main/svx/source/fmcomp/
H A Dfmgridif.cxx556 …setPosSize( maComponentInfos.nX, maComponentInfos.nY, maComponentInfos.nWidth, maComponentInfos.nH… in createPeer()
562 if (maComponentInfos.bVisible) in createPeer()
565 if (!maComponentInfos.bEnable) in createPeer()
596 sal_Bool bForceAlivePeer = m_bInDraw && !maComponentInfos.bVisible; in createPeer()
657 xPeerView->setZoom( maComponentInfos.nZoomX, maComponentInfos.nZoomY ); in createPeer()
/trunk/main/toolkit/inc/toolkit/controls/
H A Dunocontrol.hxx118 UnoControlComponentInfos maComponentInfos; member in UnoControl
152 UnoControlComponentInfos& GetComponentInfos() { return maComponentInfos; } in GetComponentInfos()

Completed in 190 milliseconds