/trunk/main/sfx2/source/sidebar/ |
H A D | TabBar.cxx | 92 const sal_Int32 nHorizontalPadding (Theme::GetInteger(Theme::Int_TabMenuSeparatorPadding)); in Paint() 104 return Theme::GetInteger(Theme::Int_TabItemWidth) in GetDefaultWidth() 105 + Theme::GetInteger(Theme::Int_TabBarLeftPadding) in GetDefaultWidth() 106 + Theme::GetInteger(Theme::Int_TabBarRightPadding); in GetDefaultWidth() 190 Theme::GetInteger(Theme::Int_TabBarLeftPadding), in Layout() 191 Theme::GetInteger(Theme::Int_TabBarTopPadding), in Layout() 192 Theme::GetInteger(Theme::Int_TabBarRightPadding), in Layout() 193 Theme::GetInteger(Theme::Int_TabBarBottomPadding)); in Layout() 197 Theme::GetInteger(Theme::Int_TabItemWidth), in Layout() 198 Theme::GetInteger(Theme::Int_TabItemHeight)); in Layout() [all …]
|
H A D | Deck.cxx | 150 const int nBorderSize (Theme::GetInteger(Theme::Int_DeckBorderSize)); in GetContentArea() 153 Theme::GetInteger(Theme::Int_DeckLeftPadding) + nBorderSize, in GetContentArea() 154 Theme::GetInteger(Theme::Int_DeckTopPadding) + nBorderSize, in GetContentArea() 155 aWindowSize.Width() - 1 - Theme::GetInteger(Theme::Int_DeckRightPadding) - nBorderSize, in GetContentArea() 156 aWindowSize.Height() - 1 - Theme::GetInteger(Theme::Int_DeckBottomPadding) - nBorderSize); in GetContentArea() 179 Theme::GetInteger(Theme::Int_DeckLeftPadding), in Paint() 180 Theme::GetInteger(Theme::Int_DeckTopPadding), in Paint() 181 Theme::GetInteger(Theme::Int_DeckRightPadding), in Paint() 182 Theme::GetInteger(Theme::Int_DeckBottomPadding)); in Paint() 198 const int nBorderSize (Theme::GetInteger(Theme::Int_DeckBorderSize)); in Paint() [all …]
|
H A D | DeckLayouter.cxx | 210 const sal_Int32 nDeckSeparatorHeight (Theme::GetInteger(Theme::Int_DeckSeparatorHeight)); in PlacePanels() 211 const sal_Int32 nPanelTitleBarHeight (Theme::GetInteger(Theme::Int_PanelTitleBarHeight)); in PlacePanels() 304 const sal_Int32 nPanelTitleBarHeight (Theme::GetInteger(Theme::Int_PanelTitleBarHeight)); in GetRequestedSizes() 305 const sal_Int32 nDeckSeparatorHeight (Theme::GetInteger(Theme::Int_DeckSeparatorHeight)); in GetRequestedSizes() 441 const sal_Int32 nDeckTitleBarHeight (Theme::GetInteger(Theme::Int_DeckTitleBarHeight)); in PlaceDeckTitle()
|
H A D | CustomImageRadioButton.cxx | 64 Theme::GetInteger(Theme::Int_ButtonCornerRadius), in Paint()
|
H A D | TabItem.cxx | 73 Theme::GetInteger(Theme::Int_ButtonCornerRadius), in Paint()
|
/trunk/main/basic/source/runtime/ |
H A D | methods.cxx | 1003 bTextMode = rPar.Get(4)->GetInteger(); in RTLFUNC() 1084 bTextMode = rPar.Get(4)->GetInteger(); in RTLFUNC() 1420 bTextMode = rPar.Get(6)->GetInteger(); in RTLFUNC() 1648 nTextCompare = rPar.Get(3)->GetInteger(); in RTLFUNC() 1945 sal_Int16 nYear = rPar.Get(1)->GetInteger(); in RTLFUNC() 1947 sal_Int16 nDay = rPar.Get(3)->GetInteger(); in RTLFUNC() 3193 if ( rPar.Get(2)->GetInteger() == 1 ) in RTLFUNC() 3475 nWinStyle = rPar.Get(2)->GetInteger(); in RTLFUNC() 3961 sal_Int16 nCol = rPar.Get(1)->GetInteger(); in RTLFUNC() 4137 pVar->GetInteger(); in RTLFUNC() [all …]
|
H A D | methods1.cxx | 359 nVal = pSbxVariable->GetInteger(); in RTLFUNC() 457 nErrCode = pSbxVariable->GetInteger(); in RTLFUNC() 987 *pStrm << rVar.GetInteger(); in lcl_WriteSbxVariable() 1792 sal_Int16 nVal = rPar.Get(1)->GetInteger(); in RTLFUNC() 1836 nFirstDay = rPar.Get(3)->GetInteger(); in RTLFUNC() 1920 nFirstDay = rPar.Get(2)->GetInteger(); in RTLFUNC() 2212 nFirstDay = rPar.Get(4)->GetInteger(); in RTLFUNC() 2398 nFirstDay = rPar.Get(3)->GetInteger(); in RTLFUNC() 2408 nFirstDay = rPar.Get(3)->GetInteger(); in RTLFUNC() 2412 nFirstWeek = rPar.Get(4)->GetInteger(); in RTLFUNC() [all …]
|
H A D | stdobj1.cxx | 220 SetSize( (sal_uInt16)pVar->GetInteger() ); in PropSize() 368 sal_uInt16 nFormat = pPar_->Get(1)->GetInteger(); in MethGetData() 399 sal_uInt16 nFormat = pPar_->Get(1)->GetInteger(); in MethGetFormat() 432 sal_uInt16 nFormat = pPar_->Get(2)->GetInteger(); in MethSetData()
|
H A D | step2.cxx | 511 pElem = pArray->Get( pPar->Get( 1 )->GetInteger() ); in CheckArray() 933 short nBlkLen = pLen->GetInteger(); in StepOPEN() 934 short nChan = pChan->GetInteger(); in StepOPEN()
|
H A D | step1.cxx | 195 sal_Int16 n = p->GetInteger(); in StepONJUMP()
|
H A D | dllmgr.cxx | 276 add(blob, variable->GetInteger(), outer ? 4 : 2, offset); in marshal()
|
/trunk/main/basic/source/sbx/ |
H A D | sbxcoll.cxx | 188 short n = p->GetInteger(); in CollItem() 206 short n = pPar_->Get( 1 )->GetInteger(); in CollRemove()
|
H A D | sbxvalue.cxx | 493 p = pArray->Get( pPar->Get( 1 )->GetInteger() ); in TheRealValue() 682 GET( GetInteger, SbxINTEGER, sal_Int16, nInteger ) in GET()
|
/trunk/main/toolkit/test/accessibility/ |
H A D | Options.java | 65 static public int GetInteger (String sName, int nDefault) in GetInteger() method in Options
|
H A D | Canvas.java | 203 return Options.GetInteger ("ZoomMode", WHOLE_SCREEN); in getZoomMode()
|
/trunk/main/accessibility/workben/org/openoffice/accessibility/misc/ |
H A D | Options.java | 71 static public int GetInteger (String sName, int nDefault) in GetInteger() method in Options
|
/trunk/main/sc/source/filter/excel/ |
H A D | xipivot.cxx | 106 else if( const sal_Int16* pnValue = GetInteger() ) in WriteToSource() 580 … DBG_ASSERT( pItem->GetInteger(), "XclImpPCField::GetDateGroupStep - SXINTEGER item expected" ); in GetDateGroupStep() 581 if( const sal_Int16* pnStep = pItem->GetInteger() ) in GetDateGroupStep()
|
H A D | xlpivot.cxx | 156 const sal_Int16* XclPCItem::GetInteger() const in GetInteger() function in XclPCItem
|
/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/canvas/ |
H A D | Canvas.java | 181 int nZoomMode = Options.GetInteger ("ZoomMode", WHOLE_SCREEN); in setupTransformation()
|
/trunk/main/sfx2/inc/sfx2/sidebar/ |
H A D | Theme.hxx | 153 static sal_Int32 GetInteger (const ThemeItem eItem);
|
/trunk/main/basic/workben/ |
H A D | mgrtest.cxx | 413 pMod->GetMethods()->Get(0)->GetInteger(); in IMPL_LINK()
|
/trunk/main/sc/source/filter/inc/ |
H A D | xlpivot.hxx | 445 const sal_Int16* GetInteger() const;
|
/trunk/main/basic/inc/basic/ |
H A D | sbxvar.hxx | 295 sal_Int16 GetInteger() const;
|
/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/ |
H A D | AccessibilityWorkBench.java | 326 int nZoomMode = Options.GetInteger ("ZoomMode", Canvas.WHOLE_SCREEN); in CreateMenuBar()
|
/trunk/main/basic/source/comp/ |
H A D | exprtree.cxx | 861 return refConv->GetInteger(); in GetShortValue()
|