Home
last modified time | relevance | path

Searched refs:nStyle (Results 101 – 125 of 353) sorted by relevance

12345678910>>...15

/trunk/main/sw/source/filter/xml/
H A Dxmlimpit.cxx464 sal_uInt16 nStyle = USHRT_MAX; in PutXMLValue() local
471 bHasStyle, nStyle, in PutXMLValue()
478 bHasStyle, nStyle, in PutXMLValue()
484 bHasStyle, nStyle, in PutXMLValue()
490 bHasStyle, nStyle, in PutXMLValue()
496 bHasStyle, nStyle, in PutXMLValue()
/trunk/main/vcl/inc/
H A Dhelpwin.hxx59 …elpTextWindow( Window* pParent, const String& rText, sal_uInt16 nHelpWinStyle, sal_uInt16 nStyle );
82 void ImplShowHelpWindow( Window* pParent, sal_uInt16 nHelpWinStyle, sal_uInt16 nStyle,
86 void ImplSetHelpWindowPos( Window* pHelpWindow, sal_uInt16 nHelpWinStyle, sal_uInt16 nStyle,
/trunk/main/vcl/source/window/
H A Dwindow.cxx745 nStyle |= WB_3DLOOK; in ImplInit()
759 nStyle |= WB_BORDER; in ImplInit()
778 mpWindowImpl->mnStyle = nStyle; in ImplInit()
801 if ( nStyle & WB_MOVEABLE ) in ImplInit()
807 if ( nStyle & WB_APP ) in ImplInit()
825 if( nStyle & WB_INTROWIN ) in ImplInit()
830 if( nStyle & WB_NOSHADOW ) in ImplInit()
996 if ( nStyle & WB_3DLOOK ) in ImplInit()
1222 rResId.SetWinBits( nStyle ); in ImplInitRes()
1223 return nStyle; in ImplInitRes()
[all …]
H A Ddlgctrl.cxx800 WinBits nStyle = pSWindow->GetStyle(); in ImplDlgCtrl() local
801 if ( !(nStyle & WB_GROUP) ) in ImplDlgCtrl()
808 nStyle = pWindow->GetStyle(); in ImplDlgCtrl()
817 if ( nStyle & WB_GROUP ) in ImplDlgCtrl()
827 WinBits nStyle; in ImplDlgCtrl() local
833 nStyle = pWindow->GetStyle(); in ImplDlgCtrl()
835 if ( nStyle & WB_GROUP ) in ImplDlgCtrl()
/trunk/main/sw/source/ui/inc/
H A Dswlbox.hxx83 sal_uInt16 nStyle; member in SwComboBox
114 sal_uInt16 GetStyle() const { return nStyle; } in GetStyle()
115 void SetStyle(const sal_uInt16 nSt) { nStyle = nSt; } in SetStyle()
/trunk/main/sw/source/filter/ww8/
H A Dattributeoutputbase.hxx205 …virtual void FormatDrop( const SwTxtNode& rNode, const SwFmtDrop& rSwFmtDrop, sal_uInt16 nStyle, w…
213 virtual void ParagraphStyle( sal_uInt16 nStyle ) = 0;
250 virtual void DefaultStyle( sal_uInt16 nStyle ) = 0;
260 virtual void StartStyleProperties( bool bParProp, sal_uInt16 nStyle ) = 0;
H A Drtfattributeoutput.hxx133 …virtual void FormatDrop( const SwTxtNode& rNode, const SwFmtDrop& rSwFmtDrop, sal_uInt16 nStyle, w…
136 virtual void ParagraphStyle( sal_uInt16 nStyle );
173 virtual void DefaultStyle( sal_uInt16 nStyle );
183 virtual void StartStyleProperties( bool bParProp, sal_uInt16 nStyle );
H A Ddocxattributeoutput.hxx134 …virtual void FormatDrop( const SwTxtNode& rNode, const SwFmtDrop& rSwFmtDrop, sal_uInt16 nStyle, w…
137 virtual void ParagraphStyle( sal_uInt16 nStyle );
172 virtual void DefaultStyle( sal_uInt16 nStyle );
182 virtual void StartStyleProperties( bool bParProp, sal_uInt16 nStyle );
/trunk/main/vcl/inc/vcl/
H A Dedit.hxx123 SAL_DLLPRIVATE void ImplInit( Window* pParent, WinBits nStyle );
124 SAL_DLLPRIVATE WinBits ImplInitStyle( WinBits nStyle );
151 SAL_DLLPRIVATE bool ImplUseNativeBorder( WinBits nStyle );
153 Edit( Window* pParent, WinBits nStyle = WB_BORDER );
H A Dcombobox.hxx74 SAL_DLLPRIVATE void ImplInit( Window* pParent, WinBits nStyle );
75 SAL_DLLPRIVATE WinBits ImplInitStyle( WinBits nStyle );
86 explicit ComboBox( Window* pParent, WinBits nStyle = 0 );
/trunk/main/framework/source/uielement/
H A Dtoolbarmanager.cxx1210 if ( nStyle & ::com::sun::star::ui::ItemStyle::RADIO_CHECK ) in ConvertStyleToToolboxItemBits()
1212 if ( nStyle & ::com::sun::star::ui::ItemStyle::ALIGN_LEFT ) in ConvertStyleToToolboxItemBits()
1214 if ( nStyle & ::com::sun::star::ui::ItemStyle::AUTO_SIZE ) in ConvertStyleToToolboxItemBits()
1216 if ( nStyle & ::com::sun::star::ui::ItemStyle::DROP_DOWN ) in ConvertStyleToToolboxItemBits()
1218 if ( nStyle & ::com::sun::star::ui::ItemStyle::REPEAT ) in ConvertStyleToToolboxItemBits()
1220 if ( nStyle & ::com::sun::star::ui::ItemStyle::DROPDOWN_ONLY ) in ConvertStyleToToolboxItemBits()
1222 if ( nStyle & ::com::sun::star::ui::ItemStyle::TEXT ) in ConvertStyleToToolboxItemBits()
1224 if ( nStyle & ::com::sun::star::ui::ItemStyle::ICON ) in ConvertStyleToToolboxItemBits()
1304 sal_uInt32 nStyle( 0 ); in FillToolbar() local
1364 aProp[i].Value >>= nStyle; in FillToolbar()
[all …]
H A Dedittoolbarcontroller.cxx81 EditControl( Window* pParent, WinBits nStyle, IEditListener* pEditListener );
94 EditControl::EditControl( Window* pParent, WinBits nStyle, IEditListener* pEditListener ) : in EditControl() argument
95 Edit( pParent, nStyle ) in EditControl()
/trunk/main/vcl/source/app/
H A Dsettings.cxx720 ::rtl::OUString StyleSettings::ImplSymbolsStyleToName( sal_uLong nStyle ) const in ImplSymbolsStyleToName()
722 switch ( nStyle ) in ImplSymbolsStyleToName()
774 sal_uLong nStyle = GetSymbolsStyle(); in GetCurrentSymbolsStyle() local
776 if ( nStyle == STYLE_SYMBOLS_AUTO || ( !CheckSymbolStyle (nStyle) ) ) in GetCurrentSymbolsStyle()
798 nStyle = STYLE_SYMBOLS_HICONTRAST; in GetCurrentSymbolsStyle()
800 nStyle = nPreferredStyle; in GetCurrentSymbolsStyle()
803 return nStyle; in GetCurrentSymbolsStyle()
853 bool StyleSettings::CheckSymbolStyle( sal_uLong nStyle ) const in CheckSymbolStyle()
856 return aImageTree->checkStyle( ImplSymbolsStyleToName( nStyle ) ); in CheckSymbolStyle()
/trunk/main/cui/source/inc/
H A Dcfg.hxx246 sal_Int32 nStyle; member in SvxConfigEntry
269 nStyle( 0 ), in SvxConfigEntry()
326 sal_Int32 GetStyle() { return nStyle; } in GetStyle()
327 void SetStyle( sal_Int32 style ) { nStyle = style; } in SetStyle()
686 const rtl::OUString& rResourceURL, sal_Int32 nStyle );
691 const rtl::OUString& rResourceURL, sal_Int32 nStyle );
/trunk/main/vcl/unx/headless/
H A Dsvpinst.cxx236 SalFrame* SvpSalInstance::CreateChildFrame( SystemParentData* pParent, sal_uLong nStyle ) in CreateChildFrame() argument
238 return new SvpSalFrame( this, NULL, nStyle, pParent ); in CreateChildFrame()
241 SalFrame* SvpSalInstance::CreateFrame( SalFrame* pParent, sal_uLong nStyle ) in CreateFrame() argument
243 return new SvpSalFrame( this, pParent, nStyle ); in CreateFrame()
/trunk/main/sw/source/ui/index/
H A Dcntex.cxx283 for(sal_uInt16 nStyle = 0; nStyle < nStyles; nStyle++) in CreateOrUpdateExample() local
284 pArr[nStyle] = sLevel.GetToken(nStyle, TOX_STYLE_DELIMITER); in CreateOrUpdateExample()
/trunk/main/svx/inc/svx/
H A Ddlgctl3d.hxx63 Svx3DPreviewControl(Window* pParent, WinBits nStyle = 0);
119 Svx3DLightControl(Window* pParent, WinBits nStyle = 0);
174 SvxLightCtl3D( Window* pParent, WinBits nStyle = 0);
/trunk/main/svtools/inc/svtools/
H A Dsvxbox.hxx167 sal_uInt16 GetStyle() const { return nStyle; } in GetStyle()
168 void SetStyle( const sal_uInt16 nSt ) { nStyle = nSt; } in SetStyle()
176 sal_uInt16 nStyle; member in SvxComboBox
/trunk/main/framework/source/fwe/xml/
H A Dtoolboxdocumenthandler.cxx763 sal_Int16 nStyle( 0 ); in WriteToolBoxDocument() local
765 …ExtractToolbarParameters( aProps, aCommandURL, aLabel, aHelpURL, aTooltip, nStyle, nWidth, bVisibl… in WriteToolBoxDocument()
767 WriteToolBoxItem( aCommandURL, aLabel, aHelpURL, aTooltip, nStyle, nWidth, bVisible ); in WriteToolBoxDocument()
792 sal_Int16 nStyle, in WriteToolBoxItem() argument
837 if ( nStyle > 0 ) in WriteToolBoxItem()
844 if ( nStyle & pStyle->nBit ) in WriteToolBoxItem()
/trunk/main/vcl/source/gdi/
H A Dcvtsvm.cxx202 void ImplWriteLineColor( SvStream& rOStm, const Color& rColor, sal_Int16 nStyle, sal_Int32 nWidth =… in ImplWriteLineColor() argument
205 nStyle = 0; in ImplWriteLineColor()
211 rOStm << nStyle; in ImplWriteLineColor()
216 void ImplWriteFillColor( SvStream& rOStm, const Color& rColor, sal_Int16 nStyle ) in ImplWriteFillColor() argument
223 nStyle = 0; in ImplWriteFillColor()
225 if( nStyle > 1 ) in ImplWriteFillColor()
228 rOStm << nStyle; in ImplWriteFillColor()
234 rOStm << nStyle; in ImplWriteFillColor()
1186 sal_Int16 nStyle; in ImplConvertFromSVM1() local
1195 rIStm >> nStyle; in ImplConvertFromSVM1()
[all …]
/trunk/main/svx/source/tbxctrls/
H A Dtbcontrl.cxx204 , WinBits nStyle = WB_SORT
627 …ence< XDispatchProvider >& rDispatchProvider,const Reference< XFrame >& _xFrame, WinBits nStyle ) : in SvxFontNameBox_Impl() argument
629 FontNameBox ( pParent, nStyle | WinBits( WB_DROPDOWN | WB_AUTOHSCROLL ) ), in SvxFontNameBox_Impl()
1740 … for( sal_uInt32 nStyle = 0; nStyle < sizeof( aWriterStyles ) / sizeof( sal_Char*); ++nStyle ) in InitializeStyles() local
1745 … xParaStyles->getByName( rtl::OUString::createFromAscii( aWriterStyles[nStyle] )) >>= xStyle; in InitializeStyles()
1771 … for( sal_uInt32 nStyle = 0; nStyle < sizeof( aCalcStyles ) / sizeof( sal_Char*); ++nStyle ) in InitializeStyles() local
1775 const rtl::OUString sStyleName( rtl::OUString::createFromAscii( aCalcStyles[nStyle] ) ); in InitializeStyles()
/trunk/main/vbahelper/source/vbahelper/
H A Dvbacommandbarcontrols.cxx87 …UString& sLabel, sal_uInt16 nType, const uno::Any& aSubMenu, sal_Bool isVisible, sal_Int32 nStyle ) in CreateToolbarItemData() argument
104 aProps[6].Value <<= nStyle; in CreateToolbarItemData()
216 sal_Int32 nStyle = 0; in Add() local
217 …s = CreateToolbarItemData( sCommandUrl, sHelpUrl, sLabel, nItemType, aSubMenu, isVisible, nStyle ); in Add()
/trunk/main/starmath/source/
H A Dmathtype.hxx40 sal_uInt8 nStyle; member in MathTypeFont
41 MathTypeFont() : nTface(0),nStyle(0) {} in MathTypeFont()
42 MathTypeFont(sal_uInt8 nFace) : nTface(nFace),nStyle(0) {} in MathTypeFont()
/trunk/main/svx/source/dialog/
H A Ddlgctl3d.cxx64 Svx3DPreviewControl::Svx3DPreviewControl(Window* pParent, WinBits nStyle) in Svx3DPreviewControl() argument
65 : Control(pParent, nStyle), in Svx3DPreviewControl()
282 Svx3DLightControl::Svx3DLightControl(Window* pParent, WinBits nStyle) in Svx3DLightControl() argument
283 : Svx3DPreviewControl(pParent, nStyle), in Svx3DLightControl()
995 SvxLightCtl3D::SvxLightCtl3D( Window* pParent, WinBits nStyle ) in SvxLightCtl3D() argument
996 : Control(pParent, nStyle), in SvxLightCtl3D()
/trunk/main/framework/source/uiconfiguration/
H A Dwindowstateconfiguration.cxx222 nStyle( 0 ), in WindowStateInfo()
240 sal_uInt16 nStyle; member
650 aPropSeq[nIndex].Value = makeAny( sal_Int16( rWinStateInfo.nStyle )); break; in impl_getSequenceFromStruct()
829 aWindowStateInfo.nStyle = sal_uInt16( nValue ); in impl_insertCacheAndReturnSequence()
1015 aWindowStateInfo.nStyle = sal_uInt16( nValue ); in impl_insertCacheAndReturnWinState()
1204 rWinStateInfo.nStyle = sal_uInt16( nValue ); in impl_fillStructFromSequence()
1291 … xPropSet->setPropertyValue( m_aPropArray[i], makeAny( sal_Int32( rWinStateInfo.nStyle )) ); break; in impl_putPropertiesFromStruct()

Completed in 213 milliseconds

12345678910>>...15