Home
last modified time | relevance | path

Searched refs:nStyle (Results 126 – 150 of 353) sorted by relevance

12345678910>>...15

/trunk/main/sc/source/core/data/
H A Dvalidat.cxx416 WinBits nStyle = 0; in DoError() local
420 nStyle = WB_OK | WB_DEF_OK; in DoError()
423 nStyle = WB_OK_CANCEL | WB_DEF_CANCEL; in DoError()
426 nStyle = WB_OK_CANCEL | WB_DEF_OK; in DoError()
434 MessBox aBox( pParent, WinBits(nStyle), aTitle, aMessage ); in DoError()
/trunk/main/vcl/source/window/
H A Dtoolbox.cxx1529 if ( nStyle & BUTTON_DRAW_PRESSED ) in ImplDrawOutButton()
1620 mnWinStyle = nStyle; in ImplInit()
1774 ImplInit( pParent, nStyle ); in ToolBox()
1786 ImplInit( pParent, nStyle ); in ToolBox()
1796 if ( !(nStyle & WB_HIDE) ) in ToolBox()
3364 sal_uInt16 nStyle = 0; in ImplDrawNext() local
3367 nStyle |= BUTTON_DRAW_PRESSED; in ImplDrawNext()
3576 sal_uInt16 nStyle = 0; in ImplDrawItem() local
3580 nStyle |= BUTTON_DRAW_CHECKED; in ImplDrawItem()
3584 nStyle |= BUTTON_DRAW_DONTKNOW; in ImplDrawItem()
[all …]
H A Dcursor.cxx310 void Cursor::SetStyle( sal_uInt16 nStyle ) in SetStyle() argument
312 if ( mnStyle != nStyle ) in SetStyle()
314 mnStyle = nStyle; in SetStyle()
H A Djavachild.cxx33 JavaChildWindow::JavaChildWindow( Window* pParent, WinBits nStyle ) : in JavaChildWindow() argument
34 SystemChildWindow( pParent, nStyle ) in JavaChildWindow()
H A Dpopupmenuwindow.cxx50 PopupMenuFloatingWindow::PopupMenuFloatingWindow( Window* pParent, WinBits nStyle ) : in PopupMenuFloatingWindow() argument
51 FloatingWindow(pParent, nStyle), in PopupMenuFloatingWindow()
/trunk/main/oox/source/xls/
H A Dstylesbuffer.cxx933 sal_uInt32 nStyle, nFontFlags1, nFontFlags2, nFontFlags3; in importCfRule() local
943 rStrm >> nHeight >> nStyle >> nWeight >> nEscapement >> nUnderline; in importCfRule()
961 maModel.mbItalic = getFlag( nStyle, BIFF_CFRULE_FONT_STYLE ); in importCfRule()
964 maModel.mbStrikeout = getFlag( nStyle, BIFF_CFRULE_FONT_STRIKEOUT ); in importCfRule()
966 maModel.mbOutline = getFlag( nStyle, BIFF_CFRULE_FONT_OUTLINE ); in importCfRule()
968 maModel.mbShadow = getFlag( nStyle, BIFF_CFRULE_FONT_SHADOW ); in importCfRule()
1673 sal_uInt16 nStyle; in importDxfBorder() local
1674 rStrm >> pBorderLine->maColor >> nStyle; in importDxfBorder()
1675 pBorderLine->setBiffStyle( nStyle ); in importDxfBorder()
1727 sal_uInt16 nStyle; in importCfRule() local
[all …]
/trunk/main/fpicker/source/office/
H A Diodlg.cxx554 WinBits nStyle in Init_Impl() argument
560 _pImp->_nStyle = nStyle; in Init_Impl()
562 _pImp->_eMode = ( nStyle & WB_SAVEAS ) ? FILEDLG_MODE_SAVE : FILEDLG_MODE_OPEN; in Init_Impl()
565 if ( ( nStyle & SFXWB_PATHDIALOG ) == SFXWB_PATHDIALOG ) in Init_Impl()
573 if ( !( nStyle & SFXWB_NOREMOTE ) ) in Init_Impl()
640 if ( ( nStyle & SFXWB_MULTISELECTION ) == SFXWB_MULTISELECTION ) in Init_Impl()
698 if ( nStyle & SFXWB_READONLY ) in Init_Impl()
708 if ( nStyle & SFXWB_PASSWORD ) in Init_Impl()
764 if ( nStyle & WB_SAVEAS ) in Init_Impl()
770 if ( ( nStyle & SFXWB_PATHDIALOG ) == SFXWB_PATHDIALOG ) in Init_Impl()
[all …]
/trunk/main/xmloff/source/forms/
H A Dcontrolpropertyhdl.cxx235 sal_uInt16 nStyle = 1; in importXML() local
246 …if ( SvXMLUnitConverter::convertEnum( nStyle, sToken, OEnumMapper::getEnumMap( OEnumMapper::epBord… in importXML()
248 _rValue <<= nStyle; in importXML()
/trunk/main/framework/source/uielement/
H A Ddropdownboxtoolbarcontroller.cxx82 ListBoxControl( Window* pParent, WinBits nStyle, IListBoxListener* pListBoxListener );
95 ListBoxControl::ListBoxControl( Window* pParent, WinBits nStyle, IListBoxListener* pListBoxListener… in ListBoxControl() argument
96 ListBox( pParent, nStyle ) in ListBoxControl()
H A Dcomboboxtoolbarcontroller.cxx84 ComboBoxControl( Window* pParent, WinBits nStyle, IComboBoxListener* pComboBoxListener );
99 ComboBoxControl::ComboBoxControl( Window* pParent, WinBits nStyle, IComboBoxListener* pComboBoxList… in ComboBoxControl() argument
100 ComboBox( pParent, nStyle ) in ComboBoxControl()
/trunk/main/vcl/aqua/source/gdi/
H A Dsalnativewidgets.cxx1151 sal_uInt16 nStyle = aValue.getNumericVal(); in drawNativeControl() local
1153 if(!( nStyle & FRAME_DRAW_MENU ) && !(nStyle & FRAME_DRAW_WINDOWBORDER) ) in drawNativeControl()
1479 sal_uInt16 nStyle = aValue.getNumericVal(); in getNativeControlRegion() local
1481 … !( nStyle & (FRAME_DRAW_MENU | FRAME_DRAW_WINDOWBORDER | FRAME_DRAW_BORDERWINDOWBORDER) ) ) in getNativeControlRegion()
1484 if( nStyle & FRAME_DRAW_DOUBLEIN ) in getNativeControlRegion()
/trunk/main/writerfilter/source/dmapper/
H A DPropertyMap.cxx365 for( sal_Int32 nStyle = 0; nStyle < rPageStyleNames.getLength(); ++nStyle) in lcl_FindUnusedPageStyleName() local
367 if( pStyleNames[nStyle].getLength() > nDefaultLength && in lcl_FindUnusedPageStyleName()
368 …_compare_WithLength( sDefaultStyle.getStr(), nDefaultLength, pStyleNames[nStyle].getStr(), nDefaul… in lcl_FindUnusedPageStyleName()
370 sal_Int32 nIndex = pStyleNames[nStyle].copy( nDefaultLength ).toInt32(); in lcl_FindUnusedPageStyleName()
/trunk/main/oox/source/drawingml/chart/
H A Dobjectformatter.cxx428 const AutoFormatEntry* lclGetAutoFormatEntry( const AutoFormatEntry* pEntries, sal_Int32 nStyle ) in lclGetAutoFormatEntry() argument
431 if( (pEntries->mnFirstStyleIdx <= nStyle) && (nStyle <= pEntries->mnLastStyleIdx) ) in lclGetAutoFormatEntry()
479 const AutoTextEntry* lclGetAutoTextEntry( const AutoTextEntry* pEntries, sal_Int32 nStyle ) in lclGetAutoTextEntry() argument
482 if( (pEntries->mnFirstStyleIdx <= nStyle) && (nStyle <= pEntries->mnLastStyleIdx) ) in lclGetAutoTextEntry()
/trunk/main/svtools/source/filter/wmf/
H A Dwinwmf.cxx698 sal_uInt16 nStyle, nWidth, nHeight; in ReadRecordParams() local
700 *pWMF >> nStyle >> nWidth >> nHeight; in ReadRecordParams()
708 switch( nStyle ) in ReadRecordParams()
741 sal_uInt16 nStyle; in ReadRecordParams() local
742 *pWMF >> nStyle; in ReadRecordParams()
743 …pOut->CreateObject( GDI_BRUSH, new WinMtfFillStyle( ReadColor(), ( nStyle == BS_HOLLOW ) ? sal_Tru… in ReadRecordParams()
/trunk/main/vcl/inc/vcl/
H A Devent.hxx255 sal_uInt16 nId, sal_uInt16 nStyle = 0 );
272 sal_uInt16 nId, sal_uInt16 nStyle ) : in UserDrawEvent() argument
277 mnStyle = nStyle; in UserDrawEvent()
H A Dsettings.hxx902 void SetSymbolsStyle( sal_uLong nStyle ) in SetSymbolsStyle() argument
903 { CopyData(); mpData->mnSymbolsStyle = nStyle; } in SetSymbolsStyle()
907 void SetPreferredSymbolsStyle( sal_uLong nStyle ) in SetPreferredSymbolsStyle() argument
908 { CopyData(); mpData->mnPreferredSymbolsStyle = nStyle; } in SetPreferredSymbolsStyle()
913 bool CheckSymbolStyle( sal_uLong nStyle ) const;
987 ::rtl::OUString ImplSymbolsStyleToName( sal_uLong nStyle ) const;
H A Dtabpage.hxx39 SAL_DLLPRIVATE void ImplInit( Window* pParent, WinBits nStyle );
43 explicit TabPage( Window* pParent, WinBits nStyle = 0 );
/trunk/main/xmloff/source/draw/
H A DXMLNumberStylesExport.hxx38 static void exportTimeStyle( SdXMLExport& rExport, sal_Int32 nStyle );
39 static void exportDateStyle( SdXMLExport& rExport, sal_Int32 nStyle );
/trunk/main/chart2/source/tools/
H A DRangeHighlighter.cxx230 sal_Int32 nStyle = ::com::sun::star::chart::ErrorBarStyle::NONE; in fillRangesForErrorBars() local
233 (xErrorBar->getPropertyValue( C2U("ErrorBarStyle")) >>= nStyle) && in fillRangesForErrorBars()
234 nStyle == ::com::sun::star::chart::ErrorBarStyle::FROM_DATA ); in fillRangesForErrorBars()
/trunk/main/svtools/inc/svtools/
H A Dtooltiplbox.hxx38 ToolTipListBox( Window* pParent, WinBits nStyle = WB_BORDER );
51 ToolTipMultiListBox( Window* pParent, WinBits nStyle = WB_BORDER );
/trunk/main/chart2/source/controller/chartapiwrapper/
H A DWrappedStatisticProperties.cxx124 sal_Int32 nStyle = ::com::sun::star::chart::ErrorBarStyle::NONE; in lcl_getErrorBarStyle() local
126 xErrorBarProperties->getPropertyValue( C2U( "ErrorBarStyle" )) >>= nStyle; in lcl_getErrorBarStyle()
127 return nStyle; in lcl_getErrorBarStyle()
404 sal_Int32 nStyle = ::com::sun::star::chart::ErrorBarStyle::NONE; in getValueFromSeries() local
405 xErrorBarProperties->getPropertyValue( C2U( "ErrorBarStyle" )) >>= nStyle; in getValueFromSeries()
406 switch(nStyle) in getValueFromSeries()
/trunk/main/extensions/source/bibliography/
H A Dbibshortcuthandler.hxx63 BibWindow( Window* pParent,WinBits nStyle = WB_3DLOOK);
71 BibSplitWindow( Window* pParent,WinBits nStyle = WB_3DLOOK);
/trunk/main/vcl/os2/source/window/
H A Dsalobj.cxx500 ULONG nStyle = 0; in SetPosSize() local
505 nStyle |= SWP_SHOW; in SetPosSize()
510 SWP_MOVE | SWP_SIZE | nStyle ); in SetPosSize()
/trunk/main/uui/source/
H A Dsecmacrowarnings.cxx186 WinBits nStyle = maDocNameFI.GetStyle(); in InitControls() local
187 nStyle |= WB_PATHELLIPSIS; in InitControls()
188 maDocNameFI.SetStyle( nStyle ); in InitControls()
/trunk/main/svl/inc/svl/
H A Dcntwall.hxx66 void SetStyle( sal_uInt16 nStyle ) { _nStyle = nStyle; } in SetStyle() argument

Completed in 166 milliseconds

12345678910>>...15