Home
last modified time | relevance | path

Searched refs:nStyle (Results 301 – 325 of 353) sorted by relevance

1...<<1112131415

/trunk/main/vbahelper/source/vbahelper/
H A Dvbacommandbarcontrols.hxx49 …g& sLabel, sal_uInt16 nType, const css::uno::Any& aSubMenu, sal_Bool isVisible, sal_Int32 nStyle );
/trunk/main/framework/source/services/
H A Dbackingwindow.hxx70 DecoToolBox( Window* pParent, WinBits nStyle = 0 );
H A Dbackingwindow.cxx82 DecoToolBox::DecoToolBox( Window* pParent, WinBits nStyle ) : in DecoToolBox() argument
83 ToolBox( pParent, nStyle ) in DecoToolBox()
/trunk/main/filter/source/graphicfilter/icgm/
H A Doutact.hxx83 void SetGradientStyle( sal_uInt32 nStyle, double fRatio );
/trunk/main/reportdesign/source/ui/inc/
H A Dstatusbarcontroller.hxx81 … ::sal_Int32 nStyle ) throw (::com::sun::star::uno::RuntimeException);
/trunk/main/extensions/source/bibliography/
H A Dtoolbar.hxx156 BibToolBar(Window* pParent, Link aLink, WinBits nStyle = WB_3DLOOK );
H A Dbibbeam.cxx104 BibGridwin(Window* pParent, WinBits nStyle = WB_3DLOOK );
/trunk/main/xmloff/source/draw/
H A Dsdpropls.cxx1465 sal_Int32 nStyle = 0; in ContextFilter() local
1467 if(pFontWorkStyle->maValue >>= nStyle) in ContextFilter()
1469 if(/*XFT_NONE*/4 == nStyle) in ContextFilter()
/trunk/main/sd/source/filter/ppt/
H A Dpptin.cxx148 for (sal_uInt32 nStyle = 0; nStyle < nStyles; nStyle++) in SdPPTImport() local
150 … SfxStyleSheet* pSheet = static_cast<SfxStyleSheet*>( pStyleSheetPool->GetStyles()[nStyle].get() ); in SdPPTImport()
/trunk/main/sfx2/inc/sfx2/
H A Dstbitem.hxx98 … ::sal_Int32 nStyle ) throw (::com::sun::star::uno::RuntimeException);
H A Dtabdlg.hxx260 SfxTabPage( Window *pParent, WinBits nStyle, const SfxItemSet &rAttrSet );
/trunk/main/framework/inc/xml/
H A Dstatusbardocumenthandler.hxx165 sal_Int16 nStyle,
H A Dtoolboxdocumenthandler.hxx182 …::OUString& aLabel, const rtl::OUString& aHelpURL, const rtl::OUString& aTooltip, sal_Int16 nStyle,
/trunk/main/editeng/source/items/
H A Dfrmitems.cxx1536 sal_Int8 nStyle; in Create() local
1538 >> bTrans >> aColor >> aFillColor >> nStyle; in Create()
3569 sal_Int8 nStyle; in SvxBrushItem() local
3574 rStream >> nStyle; in SvxBrushItem()
3576 switch ( nStyle ) in SvxBrushItem()
/trunk/main/editeng/source/editeng/
H A Dimpedit4.cxx504 for ( sal_uInt16 nStyle = 0; nStyle < nStyles; nStyle++ ) in WriteRTF() local
507 SfxStyleSheet* pStyle = (SfxStyleSheet*)GetStyleSheetPool()->GetStyles()[ nStyle ].get(); in WriteRTF()
510 sal_uInt16 nNumber = (sal_uInt16) (nStyle + 1); in WriteRTF()
/trunk/main/vcl/inc/vcl/
H A Dstatus.hxx102 SAL_DLLPRIVATE void ImplInit( Window* pParent, WinBits nStyle );
/trunk/main/svx/source/tbxctrls/
H A Dtbunosearchcontrollers.cxx75 FindTextFieldControl::FindTextFieldControl( Window* pParent, WinBits nStyle, in FindTextFieldControl() argument
78 ComboBox( pParent, nStyle ), in FindTextFieldControl()
/trunk/main/sc/source/ui/inc/
H A Dcsvcontrol.hxx274 … ScCsvControl( Window* pParent, const ScCsvLayoutData& rData, WinBits nStyle = 0 );
/trunk/main/svx/source/fmcomp/
H A Dgridctrl.cxx323 DbGridControl::NavigationBar::AbsolutePos::AbsolutePos(Window* pParent, WinBits nStyle) in AbsolutePos() argument
324 :NumericField(pParent, nStyle) in AbsolutePos()
379 DbGridControl::NavigationBar::NavigationBar(Window* pParent, WinBits nStyle) in NavigationBar() argument
380 :Control(pParent, nStyle) in NavigationBar()
/trunk/main/svtools/inc/svtools/
H A Dstatusbarcontroller.hxx104 … ::sal_Int32 nStyle ) throw (::com::sun::star::uno::RuntimeException);
H A Dtabbar.hxx530 void SetStyle( WinBits nStyle );
/trunk/main/sfx2/source/dialog/
H A Dtabdlg.cxx269 SfxTabPage:: SfxTabPage( Window *pParent, WinBits nStyle, const SfxItemSet &rAttrSet ) : in SfxTabPage() argument
270 TabPage(pParent, nStyle), in SfxTabPage()
/trunk/main/svtools/source/dialogs/
H A Dfiledlg2.cxx1346 void ImpSvFileDlg::CreateDialog( PathDialog* pSvDlg, WinBits nStyle, RESOURCE_TYPE nType, sal_Bool … in CreateDialog() argument
1352 pDlg = new ImpFileDialog( pSvDlg, nStyle, nType ); in CreateDialog()
/trunk/main/filter/inc/filter/msfilter/
H A Dsvdfppt.hxx912 sal_uInt16 nStyle; member
940 …Int16 GetTabStyleByIndex( sal_uInt16 nIndex ) const { return mpImplRuler->pTab[ nIndex ].nStyle; }; in GetTabStyleByIndex()
/trunk/main/vcl/os2/source/window/
H A Dsalframe.cxx1506 ULONG nStyle; in ImplSalToTop() local
1508 nStyle = SWP_MAXIMIZE; in ImplSalToTop()
1510 nStyle = SWP_RESTORE; in ImplSalToTop()
1512 WinSetWindowPos( pFrame->mhWndFrame, NULL, 0, 0, 0, 0, nStyle ); in ImplSalToTop()

Completed in 172 milliseconds

1...<<1112131415