| /trunk/main/sfx2/source/sidebar/ |
| H A D | TabBar.cxx | 82 const sal_Int32 nHorizontalPadding (Theme::GetInteger(Theme::Int_TabMenuSeparatorPadding)); in Paint() 91 return Theme::GetInteger(Theme::Int_TabItemWidth) in GetDefaultWidth() 92 + Theme::GetInteger(Theme::Int_TabBarLeftPadding) in GetDefaultWidth() 93 + Theme::GetInteger(Theme::Int_TabBarRightPadding); in GetDefaultWidth() 168 Theme::GetInteger(Theme::Int_TabBarLeftPadding), in Layout() 169 Theme::GetInteger(Theme::Int_TabBarTopPadding), in Layout() 170 Theme::GetInteger(Theme::Int_TabBarRightPadding), in Layout() 171 Theme::GetInteger(Theme::Int_TabBarBottomPadding)); in Layout() 175 Theme::GetInteger(Theme::Int_TabItemWidth), in Layout() 176 Theme::GetInteger(Theme::Int_TabItemHeight)); in Layout() [all …]
|
| H A D | Deck.cxx | 132 const int nBorderSize (Theme::GetInteger(Theme::Int_DeckBorderSize)); in GetContentArea() 135 Theme::GetInteger(Theme::Int_DeckLeftPadding) + nBorderSize, in GetContentArea() 136 Theme::GetInteger(Theme::Int_DeckTopPadding) + nBorderSize, in GetContentArea() 137 aWindowSize.Width() - 1 - Theme::GetInteger(Theme::Int_DeckRightPadding) - nBorderSize, in GetContentArea() 138 aWindowSize.Height() - 1 - Theme::GetInteger(Theme::Int_DeckBottomPadding) - nBorderSize); in GetContentArea() 155 Theme::GetInteger(Theme::Int_DeckLeftPadding), in Paint() 156 Theme::GetInteger(Theme::Int_DeckTopPadding), in Paint() 157 Theme::GetInteger(Theme::Int_DeckRightPadding), in Paint() 158 Theme::GetInteger(Theme::Int_DeckBottomPadding)); in Paint() 174 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 | 60 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 | 956 snprintf( aBuffer, sizeof(aBuffer), "%X", pArg->GetInteger() ); in RTLFUNC() 1003 bTextMode = rPar.Get(4)->GetInteger(); in RTLFUNC() 1084 bTextMode = rPar.Get(4)->GetInteger(); in RTLFUNC() 1360 snprintf( aBuffer, sizeof(aBuffer), "%o", pArg->GetInteger() ); in RTLFUNC() 1420 bTextMode = rPar.Get(6)->GetInteger(); in RTLFUNC() 1648 nTextCompare = rPar.Get(3)->GetInteger(); in RTLFUNC() 1700 aFiller = (sal_Unicode)rPar.Get(2)->GetInteger(); in RTLFUNC() 1945 sal_Int16 nYear = rPar.Get(1)->GetInteger(); in RTLFUNC() 1946 sal_Int16 nMonth = rPar.Get(2)->GetInteger(); in RTLFUNC() 1947 sal_Int16 nDay = rPar.Get(3)->GetInteger(); in RTLFUNC() [all …]
|
| H A D | methods1.cxx | 149 sal_Int16 nCallType = rPar.Get(3)->GetInteger(); in RTLFUNC() 359 nVal = pSbxVariable->GetInteger(); in RTLFUNC() 457 nErrCode = pSbxVariable->GetInteger(); in RTLFUNC() 670 sal_Int16 nIndex = rPar.Get(1)->GetInteger(); in RTLFUNC() 987 *pStrm << rVar.GetInteger(); in lcl_WriteSbxVariable() 1186 sal_Int16 nFileNo = rPar.Get(1)->GetInteger(); in PutGet() 1792 sal_Int16 nVal = rPar.Get(1)->GetInteger(); in RTLFUNC() 1832 sal_Int16 nDay = rPar.Get(1)->GetInteger(); in RTLFUNC() 1836 nFirstDay = rPar.Get(3)->GetInteger(); in RTLFUNC() 1920 nFirstDay = rPar.Get(2)->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()
|