Home
last modified time | relevance | path

Searched refs:nBorderStyle (Results 1 – 14 of 14) sorted by relevance

/trunk/main/filter/source/msfilter/
H A Dmsocximex.cxx2022 *rContents << nBorderStyle; in WriteContents()
2196 *rContents << nBorderStyle; in WriteContents()
2651 *rContents << nBorderStyle; in WriteContents()
3054 *pS >> nBorderStyle; in Read()
3338 *pS >> nBorderStyle; in Read()
3894 *pS >> nBorderStyle; in Read()
4092 *pS >> nBorderStyle; in Read()
4300 nBorderStyle = nNewBorder; in WriteContents()
4301 *rContents << nBorderStyle; in WriteContents()
5241 *pS >> nBorderStyle; in Read()
[all …]
/trunk/main/filter/inc/filter/msfilter/
H A Dmsocximex.hxx293 sal_Int16 ImportBorder(sal_uInt16 nSpecialEffect,sal_uInt16 nBorderStyle)
316 fAutoTab(0), fMultiLine(1), nMaxLength(0), nBorderStyle(0), nScrollBars(0), in OCX_ModernControl()
369 sal_uInt8 nBorderStyle; member in OCX_ModernControl
443 sal_uInt8 nBorderStyle; member in OCX_Image
655 sal_uInt16 nBorderStyle; member in OCX_MultiPage
737 sal_uInt16 nBorderStyle; member in OCX_Page
814 sal_uInt16 nBorderStyle; member in OCX_Frame
896 sal_uInt16 nBorderStyle; member in OCX_UserForm
1227 nBorderColor(0x80000006),nBorderStyle(0),nSpecialEffect(0), in OCX_Label()
1271 sal_uInt16 nBorderStyle; member in OCX_Label
/trunk/main/vcl/source/control/
H A Dfixbrd.cxx120 sal_uInt16 nBorderStyle = mnType; in ImplDraw() local
124 nBorderStyle |= FRAME_DRAW_MONO; in ImplDraw()
144 aDecoView.DrawFrame( aRect, nBorderStyle ); in ImplDraw()
H A Dcombobox.cxx1568 void ComboBox::SetBorderStyle( sal_uInt16 nBorderStyle ) in SetBorderStyle() argument
1570 Window::SetBorderStyle( nBorderStyle ); in SetBorderStyle()
1573 mpSubEdit->SetBorderStyle( nBorderStyle ); in SetBorderStyle()
1574 mpImplLB->SetBorderStyle( nBorderStyle ); in SetBorderStyle()
/trunk/main/vcl/source/window/
H A Dfloatwin.cxx110 … sal_uInt16 nBorderStyle = BORDERWINDOW_STYLE_BORDER | BORDERWINDOW_STYLE_FLOAT; in ImplInit() local
112 if( nStyle & WB_OWNERDRAWDECORATION ) nBorderStyle |= BORDERWINDOW_STYLE_FRAME; in ImplInit()
113 else nBorderStyle |= BORDERWINDOW_STYLE_OVERLAP; in ImplInit()
117 nBorderStyle |= BORDERWINDOW_STYLE_FRAME; in ImplInit()
120 pBorderWin = new ImplBorderWindow( pParent, nStyle, nBorderStyle ); in ImplInit()
H A Dbrdwin.cxx1089 sal_uInt16 nBorderStyle = mpBorderWindow->GetBorderStyle(); in Init() local
1090 if ( nBorderStyle & WINDOW_BORDER_NOBORDER ) in Init()
1200 if ( (nBorderStyle & WINDOW_BORDER_DOUBLEOUT) || mpBorderWindow->mbSmallOutBorder ) in Init()
1204 if ( nBorderStyle & WINDOW_BORDER_MONO ) in Init()
1240 sal_uInt16 nBorderStyle = mpBorderWindow->GetBorderStyle(); in DrawWindow() local
1241 if ( nBorderStyle & WINDOW_BORDER_NOBORDER ) in DrawWindow()
1374 if ( nBorderStyle & WINDOW_BORDER_ACTIVE ) in DrawWindow()
1389 if ( (nBorderStyle & WINDOW_BORDER_DOUBLEOUT) || mpBorderWindow->mbSmallOutBorder ) in DrawWindow()
1393 if ( nBorderStyle & WINDOW_BORDER_MONO ) in DrawWindow()
1395 if ( nBorderStyle & WINDOW_BORDER_MENU ) in DrawWindow()
H A Dwindow.cxx1317 sal_uInt16 nBorderStyle = (sal_uInt16)ReadLongRes(); in ImplLoadRes() local
1318 SetBorderStyle( nBorderStyle ); in ImplLoadRes()
5676 void Window::SetBorderStyle( sal_uInt16 nBorderStyle ) in SetBorderStyle() argument
5682 if( nBorderStyle == WINDOW_BORDER_REMOVEBORDER && in SetBorderStyle()
5710 ((ImplBorderWindow*)mpWindowImpl->mpBorderWindow)->SetBorderStyle( nBorderStyle ); in SetBorderStyle()
5712 mpWindowImpl->mpBorderWindow->SetBorderStyle( nBorderStyle ); in SetBorderStyle()
/trunk/main/svx/source/form/
H A Dfmcontrolbordermanager.cxx136 sal_Int16 nBorderStyle = VisualEffect::NONE; in canColorBorder() local
137 OSL_VERIFY( _rxPeer->getProperty( FM_PROP_BORDER ) >>= nBorderStyle ); in canColorBorder()
138 if ( nBorderStyle == VisualEffect::FLAT ) in canColorBorder()
/trunk/main/vbahelper/source/msforms/
H A Dvbaframe.hxx50 … virtual void SAL_CALL setBorderStyle( sal_Int32 nBorderStyle ) throw (css::uno::RuntimeException);
H A Dvbatextbox.hxx49 … virtual void SAL_CALL setBorderStyle( sal_Int32 nBorderStyle ) throw (css::uno::RuntimeException);
/trunk/main/vcl/inc/vcl/
H A Dcombobox.hxx156 void SetBorderStyle( sal_uInt16 nBorderStyle );
H A Dwindow.hxx675 void SetBorderStyle( sal_uInt16 nBorderStyle );
/trunk/main/oox/inc/oox/ole/
H A Daxcontrol.hxx259 sal_Int32 nBorderStyle,
/trunk/main/oox/source/ole/
H A Daxcontrol.cxx409 sal_uInt32 nBorderColor, sal_Int32 nBorderStyle, sal_Int32 nSpecialEffect ) const in convertAxBorder() argument
411 sal_Int16 nBorder = (nBorderStyle == AX_BORDERSTYLE_SINGLE) ? API_BORDER_FLAT : in convertAxBorder()

Completed in 177 milliseconds