Home
last modified time | relevance | path

Searched refs:GetStyle (Results 1 – 25 of 368) sorted by last modified time

12345678910>>...15

/trunk/main/cui/source/dialogs/
H A Ddlgname.cxx166 aFtImage.SetStyle( ( aFtImage.GetStyle()/* | WB_NOTABSTOP */) & ~WB_3DLOOK ); in SvxMessDialog()
/trunk/main/tools/source/fsys/
H A Ddirent.cxx603 static FSysPathStyle GetStyle( FSysPathStyle eStyle ) in GetStyle() function
1140 eStyle = GetStyle( eStyle ); in GetFull()
1272 eStyle = GetStyle( eStyle ); in GetName()
1390 eStyle = GetStyle( eStyle ); in CutName()
1649 return String( ACCESSDELIM_C( GetStyle( eFormatter ) ) ); in GetAccessDelimiter()
2009 return String( ByteString(SEARCHDELIM( GetStyle( eFormatter ) ) ), osl_getThreadTextEncoding()); in GetSearchDelimiter()
2028 eFormatter = GetStyle( eFormatter ); in GetMaxNameLen()
/trunk/main/sw/source/filter/ww8/
H A Drtfexport.hxx185 rtl::OString* GetStyle( sal_uInt16 nId );
H A Dww8par.hxx1237 SwWW8StyInf *GetStyle(sal_uInt16 nColl) const;
/trunk/main/vcl/source/window/
H A Ddockmgr.cxx188 if( GetStyle() & WB_OWNERDRAWDECORATION ) in IMPL_LINK()
856 …mnFloatBits = WB_BORDER | WB_CLOSEABLE | WB_SIZEABLE | (pWindow->GetStyle() & DOCKWIN_FLOATSTY… in ImplDockingWindowWrapper()
1487 GetWindow()->SetStyle( GetWindow()->GetStyle() | (WB_GROUP | WB_TABSTOP) ); in SetTabStop()
H A Dtoolbox.cxx638 (bHighlight || ! (((Window*) pThis)->GetStyle() & WB_3DLOOK ) ) ) in ImplErase()
640 if( (((Window*) pThis)->GetStyle() & WB_3DLOOK ) ) in ImplErase()
1668 else if ( Window::GetStyle() & WB_3DLOOK ) in ImplInitSettings()
1697 if ( Window::GetStyle() & WB_3DLOOK ) in ImplInitSettings()
4941 …sal_Bool bNoTabCycling = ( ( ImplGetParent()->GetStyle() & (WB_DIALOGCONTROL | WB_NODIALOGCONTROL)… in Notify()
4944 if( bNoTabCycling && ! (GetStyle() & WB_FORCETABCYCLE) ) in Notify()
5453 ToolBox *pToolBox = new ToolBox( GetParent(), GetStyle() ); in CalcMinimumWindowSizePixel()
5715 …sal_Bool bParentIsDialog = ( ( ImplGetParent()->GetStyle() & (WB_DIALOGCONTROL | WB_NODIALOGCONTRO… in KeyInput()
5874 …if( HasFocus() && mpData->mbKeyInputDisabled && (ImplGetParent()->GetStyle() & (WB_DIALOGCONTROL |… in KeyInput()
/trunk/main/filter/source/flash/
H A Dswfwriter2.cxx545 switch( rGradient.GetStyle() ) in Impl_getFillStyleType()
607 switch( maGradient.GetStyle() ) in Impl_addGradient()
H A Dswfwriter1.cxx351 …if( (rGradient.GetStyle() == GRADIENT_LINEAR && rGradient.GetAngle() == 900) || (rGradient.GetStyl… in Impl_writeGradientEx()
/trunk/main/accessibility/source/extended/
H A Daccessiblelistboxentry.cxx434 sal_Bool bHasButtons = (getListBox()->GetStyle() & WB_HASBUTTONS)!=0; in getRoleType()
803 sal_Bool bHasButtons = (getListBox()->GetStyle() & WB_HASBUTTONS)!=0; in getAccessibleActionCount()
/trunk/main/vcl/source/control/
H A Dspinbtn.cxx369 sal_Bool bNewRepeat = 0 != ( GetStyle() & WB_REPEAT ); in StateChanged()
380 sal_Bool bNewHorz = 0 != ( GetStyle() & WB_HSCROLL ); in StateChanged()
/trunk/main/chart2/source/controller/main/
H A DChartController.cxx413 m_pChartWindow = new ChartWindow(this,pParent,pParent?pParent->GetStyle():0); in attachFrame()
/trunk/main/sw/source/ui/index/
H A Dcnttab.cxx745 aStylesHB.SetStyle(aStylesHB.GetStyle()|WB_BUTTONSTYLE|WB_TABSTOP|WB_BORDER); in SwHeaderTree()
833 rTLB.SetStyle(rTLB.GetStyle()|WB_CLIPCHILDREN|WB_SORT); in SwAddStylesDlg_Impl()
2170 aLevelLB.SetStyle( aLevelLB.GetStyle() | WB_HSCROLL ); in SwTOXEntryTabPage()
3161 SetStyle(GetStyle()|WB_TABSTOP|WB_DIALOGCONTROL); in SwTokenWindow()
4362 WinBits aStyle = GetStyle(); in SwEntryBrowseBox()
/trunk/main/editeng/source/editeng/
H A Dimpedit.hxx1200 if(POINTER_TEXT == pPointer->GetStyle() && IsVertical()) in GetPointer()
1205 else if(POINTER_TEXT_VERTICAL == pPointer->GetStyle() && !IsVertical()) in GetPointer()
/trunk/main/filter/source/graphicfilter/eps/
H A Deps.cxx2426 if ( rLineInfo.GetStyle() == LINE_DASH ) in ImplWriteLineInfo()
/trunk/main/svtools/source/contnr/
H A Dsvimpbox.cxx1192 pTabBar->SetStyle( pTabBar->GetStyle() | WB_MINSCROLL ); in PositionScrollBars()
1196 WinBits nStyle = pTabBar->GetStyle(); in PositionScrollBars()
1246 const WinBits nWindowStyle = pView->GetStyle(); in AdjustScrollBars()
1438 sal_Bool bVerBar = ( pView->GetStyle() & WB_VSCROLL ) != 0; in ShowVerSBar()
2266 const WinBits nWindowStyle = pView->GetStyle(); in KeyInput()
/trunk/main/sw/source/ui/wrtsh/
H A Dwrtsh1.cxx1579 SwTxtFmtColl *SwWrtShell::GetParaStyle(const String &rCollName, GetStyle eCreate ) in GetParaStyle()
1599 SwCharFmt *SwWrtShell::GetCharStyle(const String &rFmtName, GetStyle eCreate ) in GetCharStyle()
/trunk/main/svtools/inc/svtools/
H A Druler.hxx855 WinBits GetStyle() const { return mnWinStyle; } in GetStyle() function in Ruler
/trunk/main/sw/source/ui/sidebar/
H A DPageSizeControl.cxx69 mpSizeValueSet->SetStyle( mpSizeValueSet->GetStyle() | WB_3DLOOK | WB_NO_DIRECTSELECT ); in PageSizeControl()
H A DPageOrientationControl.cxx45 …mpOrientationValueSet->SetStyle( mpOrientationValueSet->GetStyle() | WB_3DLOOK | WB_NO_DIRECTSELEC… in PageOrientationControl()
H A DPageMarginControl.cxx87 mpMarginValueSet->SetStyle( mpMarginValueSet->GetStyle() | WB_3DLOOK | WB_NO_DIRECTSELECT ); in PageMarginControl()
H A DPageColumnControl.cxx50 mpColumnValueSet->SetStyle( mpColumnValueSet->GetStyle() | WB_3DLOOK | WB_NO_DIRECTSELECT ); in PageColumnControl()
/trunk/main/sd/source/ui/dlg/
H A Ddlgass.cxx450 mpPage1OpenPB->SetStyle(mpPage1OpenPB->GetStyle() | WB_CENTER); in AssistentDlgImpl()
/trunk/main/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/xml/
H A DDocumentTokenFormatter.java267 AppendText(aToken.Text, aToken.Type, GetStyle(aToken.Type), aToken.Offset); in ShowToken()
337 private Style GetStyle (final TokenType eType) in GetStyle() method in DocumentTokenFormatter
/trunk/main/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/tokenview/
H A DRun.java104 public Style GetStyle () in GetStyle() method in Run
/trunk/main/sc/source/ui/sidebar/
H A DCellLineStyleControl.cxx61 …maCellLineStyleValueSet.SetStyle(maCellLineStyleValueSet.GetStyle()| WB_3DLOOK | WB_NO_DIRECTSELE… in Initialize()

Completed in 199 milliseconds

12345678910>>...15