Home
last modified time | relevance | path

Searched refs:nStyle (Results 76 – 100 of 353) sorted by relevance

12345678910>>...15

/trunk/main/sw/source/ui/cctrl/
H A Dswlbox.cxx73 nStyle(nStyleBits) in SwComboBox()
194 if(nStyle & CBS_FILENAME) in KeyInput()
218 if(nStyle & CBS_LOWER) in GetText()
220 else if( nStyle & CBS_UPPER ) in GetText()
/trunk/main/sw/source/filter/xml/
H A Dxmlithlp.cxx217 sal_Bool bHasStyle, sal_uInt16 nStyle, in lcl_frmitems_setXMLBorder() argument
223 if( (bHasStyle && SVX_XML_BORDER_STYLE_NONE == nStyle) || in lcl_frmitems_setXMLBorder()
250 ((SVX_XML_BORDER_STYLE_SOLID == nStyle && rpLine->GetDistance()) || in lcl_frmitems_setXMLBorder()
251 (SVX_XML_BORDER_STYLE_DOUBLE == nStyle && !rpLine->GetDistance())) )) in lcl_frmitems_setXMLBorder()
253 sal_Bool bDouble = (bHasWidth && SVX_XML_BORDER_STYLE_DOUBLE == nStyle ) || in lcl_frmitems_setXMLBorder()
/trunk/main/editeng/inc/editeng/
H A Dbulitem.hxx75 sal_uInt16 nStyle; member in SvxBulletItem
91 …SvxBulletItem( sal_uInt8 nStyle, const Font& rFont, sal_uInt16 nStart = 0, sal_uInt16 nWhich = 0 );
110 sal_uInt16 GetStyle() const { return nStyle; } in GetStyle()
127 void SetStyle( sal_uInt16 nNew ) { nStyle = nNew; } in SetStyle()
/trunk/main/sd/source/ui/table/
H A DTableDesignPane.cxx489 WinBits nStyle = pValueSet->GetStyle() & ~(WB_VSCROLL); in updateLayout() local
496 nStyle |= WB_VSCROLL; in updateLayout()
498 pValueSet->SetStyle( nStyle ); in updateLayout()
705 for( sal_Int32 nStyle = 0; nStyle < sdr::table::style_count; ++nStyle ) in FillCellInfoVector() local
707 Reference< XStyle > xStyle( xTableStyle->getByIndex( nStyle ), UNO_QUERY ); in FillCellInfoVector()
709 rVector[nStyle].reset( new CellInfo( xStyle ) ); in FillCellInfoVector()
/trunk/main/xmloff/source/style/
H A Dbordrhdl.cxx324 sal_uInt16 nStyle = USHRT_MAX; in importXML() local
339 rUnitConverter.convertEnum( nStyle, aToken, in importXML()
364 if( !bHasStyle || (SVX_XML_BORDER_STYLE_NONE != nStyle && !bHasWidth) ) in importXML()
377 sal_Bool bDouble = SVX_XML_BORDER_STYLE_DOUBLE == nStyle; in importXML()
378 if( (bHasStyle && SVX_XML_BORDER_STYLE_NONE == nStyle) || in importXML()
/trunk/main/vcl/inc/win/
H A Dwincomp.hxx107 inline void SetWindowStyle( HWND hWnd, DWORD nStyle ) in SetWindowStyle() argument
109 SetWindowLong( hWnd, GWL_STYLE, nStyle ); in SetWindowStyle()
117 inline void SetWindowExStyle( HWND hWnd, DWORD nStyle ) in SetWindowExStyle() argument
119 SetWindowLong( hWnd, GWL_EXSTYLE, nStyle ); in SetWindowExStyle()
/trunk/main/svtools/source/dialogs/
H A Dfiledlg2.hxx63 KbdListBox( Window* pParent, WinBits nStyle = WB_BORDER ) in KbdListBox() argument
64 : ListBox ( pParent, nStyle ) in KbdListBox()
158 ImpFileDialog( PathDialog* pDlg, WinBits nStyle, RESOURCE_TYPE nType );
208 …void CreateDialog( PathDialog* pCreateFrom, WinBits nStyle, RESOURCE_TYPE nType, sal_Bool bCreat…
/trunk/main/vcl/source/control/
H A Dctrl.cxx63 Control::Control( Window* pParent, WinBits nStyle ) : in Control() argument
67 Window::ImplInit( pParent, nStyle, NULL ); in Control()
77 WinBits nStyle = ImplInitRes( rResId ); in Control() local
78 ImplInit( pParent, nStyle, NULL ); in Control()
81 if ( !(nStyle & WB_HIDE) ) in Control()
H A Dlongcurr.cxx611 WinBits nStyle = ImplInitRes( rResId ) ; in LongCurrencyField() local
612 SpinField::ImplInit( pParent, nStyle ); in LongCurrencyField()
621 if ( !(nStyle & WB_HIDE) ) in LongCurrencyField()
745 WinBits nStyle = ImplInitRes( rResId ) ; in LongCurrencyBox() local
747 ImplInit( pParent, nStyle ); in LongCurrencyBox()
751 if ( !(nStyle & WB_HIDE) ) in LongCurrencyBox()
/trunk/main/cui/source/options/
H A Dconnpooloptions.cxx307 sal_uInt16 nStyle = TEXT_DRAW_CLIP; in PaintCell() local
309 nStyle |= TEXT_DRAW_DISABLE; in PaintCell()
312 case 1: nStyle |= TEXT_DRAW_LEFT; break; in PaintCell()
314 case 3: nStyle |= TEXT_DRAW_CENTER; break; in PaintCell()
317 rDev.DrawText(rRect, implGetCellText(m_aSeekRow, nColId), nStyle); in PaintCell()
/trunk/main/svtools/source/control/
H A Dsvxbox.cxx336 nStyle(nStyleBits) in SvxComboBox()
344 nStyle(nStyleBits) in SvxComboBox()
581 if(nStyle & SVX_CBS_FILENAME) in KeyInput()
604 if(nStyle & SVX_CBS_LOWER) in GetText()
607 if(nStyle & SVX_CBS_UPPER) in GetText()
/trunk/main/svtools/inc/svtools/
H A Dfmtfield.hxx111 …FormattedField(Window* pParent, WinBits nStyle = 0, SvNumberFormatter* pInitialFormatter = NULL, s…
288 DoubleNumericField(Window* pParent, WinBits nStyle = 0) in DoubleNumericField() argument
289 :FormattedField(pParent, nStyle) in DoubleNumericField()
330 DoubleCurrencyField(Window* pParent, WinBits nStyle = 0);
/trunk/main/chart2/source/controller/dialogs/
H A Ddlg_DataEditor.cxx98 const sal_Int16 nStyle( aMiscOptions.GetToolboxStyle() ); in DataEditor() local
101 m_aTbxData.SetOutStyle( nStyle ); in DataEditor()
205 sal_Int16 nStyle( aMiscOptions.GetToolboxStyle() ); in IMPL_LINK() local
207 m_aTbxData.SetOutStyle( nStyle ); in IMPL_LINK()
/trunk/main/toolkit/source/awt/
H A Dvclxwindows.cxx168 nStyle |= _nBits; in adjustBooleanWindowStyle()
170 nStyle &= ~_nBits; in adjustBooleanWindowStyle()
181 switch ( nStyle ) in setVisualEffect()
510 nStyle &= ~WB_DEFBUTTON; in setProperty()
1432 nStyle |= WB_REPEAT; in enableRepeat()
1434 nStyle &= ~WB_REPEAT; in enableRepeat()
2727 if ( nStyle & WB_LEFT ) in getAlignment()
3210 nStyle |= WB_HORZ; in setOrientation()
3212 nStyle |= WB_VERT; in setOrientation()
3228 if ( nStyle & WB_HORZ ) in getOrientation()
[all …]
H A Dvclxspinbutton.cxx55 WinBits nStyle = _pWindow->GetStyle(); in lcl_modifyStyle() local
57 nStyle |= _nStyleBits; in lcl_modifyStyle()
59 nStyle &= ~_nStyleBits; in lcl_modifyStyle()
60 _pWindow->SetStyle( nStyle ); in lcl_modifyStyle()
/trunk/main/vcl/inc/vcl/
H A Dlstbox.hxx74 SAL_DLLPRIVATE void ImplInit( Window* pParent, WinBits nStyle );
75 SAL_DLLPRIVATE WinBits ImplInitStyle( WinBits nStyle );
86 explicit ListBox( Window* pParent, WinBits nStyle = WB_BORDER );
266 explicit MultiListBox( Window* pParent, WinBits nStyle = 0 );
H A Dsyschild.hxx42 …SAL_DLLPRIVATE void ImplInitSysChild( Window* pParent, WinBits nStyle, SystemWindowData *pData…
50 explicit SystemChildWindow( Window* pParent, WinBits nStyle = 0 );
52 …explicit SystemChildWindow( Window* pParent, WinBits nStyle, SystemWindowData* pData, sal_Bool …
H A Dgroup.hxx40 SAL_DLLPRIVATE void ImplInit( Window* pParent, WinBits nStyle );
41 SAL_DLLPRIVATE WinBits ImplInitStyle( WinBits nStyle );
53 explicit GroupBox( Window* pParent, WinBits nStyle = 0 );
H A Dfixbrd.hxx55 SAL_DLLPRIVATE void ImplInit( Window* pParent, WinBits nStyle );
56 SAL_DLLPRIVATE WinBits ImplInitStyle( WinBits nStyle );
62 FixedBorder( Window* pParent, WinBits nStyle = 0 );
/trunk/main/svtools/source/config/
H A Dmiscopt.cxx209 void SetToolboxStyle( sal_Int16 nStyle, bool _bSetModified );
482 void SvtMiscOptions_Impl::SetToolboxStyle( sal_Int16 nStyle, bool _bSetModified ) in SetToolboxStyle() argument
484 m_nToolboxStyle = nStyle ? 1 : 0; in SetToolboxStyle()
774 void SvtMiscOptions::SetToolboxStyle( sal_Int16 nStyle ) in SetToolboxStyle() argument
776 m_pDataContainer->SetToolboxStyle( nStyle, true ); in SetToolboxStyle()
/trunk/main/svtools/source/filter/wmf/
H A Denhwmf.cxx597 sal_uInt32 nStyle; in ReadEnhWMF() local
600 *pWMF >> nStyle >> aSize.Width() >> aSize.Height(); in ReadEnhWMF()
608 switch( nStyle ) in ReadEnhWMF()
643 … sal_uInt32 offBmi, cbBmi, offBits, cbBits, nStyle, nWidth, nBrushStyle, elpNumEntries; in ReadEnhWMF() local
649 … *pWMF >> offBmi >> cbBmi >> offBits >> cbBits >> nStyle >> nWidth >> nBrushStyle; in ReadEnhWMF()
661 switch( nStyle & PS_STYLE_MASK ) in ReadEnhWMF()
696 sal_uInt32 nStyle; in ReadEnhWMF() local
700 *pWMF >> nStyle; in ReadEnhWMF()
701 …pOut->CreateObject( nIndex, GDI_BRUSH, new WinMtfFillStyle( ReadColor(), ( nStyle == BS_HOLLOW ) ?… in ReadEnhWMF()
/trunk/main/forms/source/richtext/
H A Drichtextvclcontrol.cxx187 WinBits RichTextControl::implInitStyle( WinBits nStyle ) in implInitStyle() argument
189 if ( !( nStyle & WB_NOTABSTOP ) ) in implInitStyle()
190 nStyle |= WB_TABSTOP; in implInitStyle()
191 return nStyle; in implInitStyle()
/trunk/main/vcl/source/window/
H A Dsplit.cxx158 Splitter::Splitter( Window* pParent, WinBits nStyle ) : in Splitter() argument
162 ImplInit( pParent, nStyle ); in Splitter()
172 WinBits nStyle = ImplInitRes( rResId ); in Splitter() local
173 ImplInit( pParent, nStyle ); in Splitter()
176 if ( !(nStyle & WB_HIDE) ) in Splitter()
/trunk/main/sw/source/filter/ww8/
H A Dww8attributeoutput.hxx91 …virtual void FormatDrop( const SwTxtNode& rNode, const SwFmtDrop &rSwFmtDrop, sal_uInt16 nStyle, w…
99 virtual void ParagraphStyle( sal_uInt16 nStyle );
136 virtual void DefaultStyle( sal_uInt16 nStyle );
146 virtual void StartStyleProperties( bool bParProp, sal_uInt16 nStyle );
/trunk/main/sdext/source/pdfimport/tree/
H A Dstyle.cxx154 OUString StyleContainer::getStyleName( sal_Int32 nStyle ) const in getStyleName()
159 m_aIdToStyle.find( nStyle ); in getStyleName()
179 aRet.append( nStyle ); in getStyleName()
185 aRet.append( nStyle ); in getStyleName()

Completed in 103 milliseconds

12345678910>>...15