Searched refs:aWB (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/migrationanalysis/src/driver_docs/sources/excel/ |
H A D | MigrationAnalyser.cls | 139 Dim aWB As Workbook 177 Analyze_SheetLimits aWB 178 Analyze_SheetDisplay aWB 179 Analyze_SheetIssues aWB 180 Analyze_SheetCharts aWB 181 Analyze_WorkbookVersion aWB 204 If Not aWB Is Nothing Then 205 aWB.Close (False) 208 Set aWB = Nothing 996 For Each ws In aWB.Sheets [all …]
|
/aoo41x/main/svx/inc/svx/ |
H A D | dlgctrl.hxx | 278 ColorLB( Window* pParent, WinBits aWB ) : ColorListBox( pParent, aWB ) {} in ColorLB() argument 299 explicit HatchingLB( Window* pParent, WinBits aWB); 321 explicit GradientLB( Window* pParent, WinBits aWB); 369 FillAttrLB( Window* pParent, WinBits aWB ); 389 FillTypeLB( Window* pParent, WinBits aWB ) : ListBox( pParent, aWB ) {} in FillTypeLB() argument 412 LineLB(Window* pParent, WinBits aWB); 439 LineEndLB( Window* pParent, WinBits aWB );
|
/aoo41x/main/svx/source/dialog/ |
H A D | dlgctrl.cxx | 1378 HatchingLB::HatchingLB( Window* pParent, WinBits aWB) in HatchingLB() argument 1379 : ListBox( pParent, aWB ) in HatchingLB() 1498 GradientLB::GradientLB( Window* pParent, WinBits aWB) in GradientLB() argument 1499 : ListBox( pParent, aWB ) in GradientLB() 1777 FillAttrLB::FillAttrLB(Window* pParent, WinBits aWB) in FillAttrLB() argument 1778 : ColorListBox(pParent, aWB) in FillAttrLB() 1863 LineLB::LineLB(Window* pParent, WinBits aWB) in LineLB() argument 1864 : ListBox(pParent, aWB), in LineLB() 1985 LineEndLB::LineEndLB( Window* pParent, WinBits aWB ) in LineEndLB() argument 1986 : ListBox( pParent, aWB ) in LineEndLB()
|
/aoo41x/main/cui/source/options/ |
H A D | optchart.hxx | 47 ChartColorLB( Window* pParent, WinBits aWB ) : ColorLB( pParent, aWB ) {} in ChartColorLB() argument
|
/aoo41x/main/svtools/source/graphic/ |
H A D | grfmgr2.cxx | 1365 const BitmapColor aWB( pWAcc->GetBestMatchingColor( Color( COL_BLACK ) ) ); in ImplCreateScaled() local 1375 pWAcc->SetPixel( nY, nX, aWB ); in ImplCreateScaled() 1388 pWAcc->SetPixel( nY, nX, aWB ); in ImplCreateScaled()
|
Completed in 55 milliseconds