Home
last modified time | relevance | path

Searched refs:GetInteger (Results 1 – 25 of 30) sorted by relevance

12

/aoo4110/main/sfx2/source/sidebar/
H A DTabBar.cxx92 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 DDeck.cxx150 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 DDeckLayouter.cxx208 const sal_Int32 nDeckSeparatorHeight (Theme::GetInteger(Theme::Int_DeckSeparatorHeight)); in PlacePanels()
209 const sal_Int32 nPanelTitleBarHeight (Theme::GetInteger(Theme::Int_PanelTitleBarHeight)); in PlacePanels()
302 const sal_Int32 nPanelTitleBarHeight (Theme::GetInteger(Theme::Int_PanelTitleBarHeight)); in GetRequestedSizes()
303 const sal_Int32 nDeckSeparatorHeight (Theme::GetInteger(Theme::Int_DeckSeparatorHeight)); in GetRequestedSizes()
439 const sal_Int32 nDeckTitleBarHeight (Theme::GetInteger(Theme::Int_DeckTitleBarHeight)); in PlaceDeckTitle()
H A DCustomImageRadioButton.cxx64 Theme::GetInteger(Theme::Int_ButtonCornerRadius), in Paint()
H A DTabItem.cxx73 Theme::GetInteger(Theme::Int_ButtonCornerRadius), in Paint()
H A DTheme.cxx137 sal_Int32 Theme::GetInteger (const ThemeItem eItem) in GetInteger() function in sfx2::sidebar::Theme
/aoo4110/main/basic/source/runtime/
H A Dmethods.cxx1003 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()
1930 sal_Int16 nYear = rPar.Get(1)->GetInteger(); in RTLFUNC()
1932 sal_Int16 nDay = rPar.Get(3)->GetInteger(); in RTLFUNC()
3178 if ( rPar.Get(2)->GetInteger() == 1 ) in RTLFUNC()
3460 nWinStyle = rPar.Get(2)->GetInteger(); in RTLFUNC()
3946 sal_Int16 nCol = rPar.Get(1)->GetInteger(); in RTLFUNC()
4122 pVar->GetInteger(); in RTLFUNC()
[all …]
H A Dmethods1.cxx359 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 Dstdobj1.cxx220 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 Dstep2.cxx511 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 Dstep1.cxx195 sal_Int16 n = p->GetInteger(); in StepONJUMP()
H A Ddllmgr.cxx276 add(blob, variable->GetInteger(), outer ? 4 : 2, offset); in marshal()
/aoo4110/main/basic/source/sbx/
H A Dsbxcoll.cxx188 short n = p->GetInteger(); in CollItem()
206 short n = pPar_->Get( 1 )->GetInteger(); in CollRemove()
H A Dsbxvalue.cxx493 p = pArray->Get( pPar->Get( 1 )->GetInteger() ); in TheRealValue()
682 GET( GetInteger, SbxINTEGER, sal_Int16, nInteger ) in GET()
/aoo4110/main/toolkit/test/accessibility/
H A DOptions.java65 static public int GetInteger (String sName, int nDefault) in GetInteger() method in Options
H A DCanvas.java203 return Options.GetInteger ("ZoomMode", WHOLE_SCREEN); in getZoomMode()
/aoo4110/main/accessibility/workben/org/openoffice/accessibility/misc/
H A DOptions.java71 static public int GetInteger (String sName, int nDefault) in GetInteger() method in Options
/aoo4110/main/sc/source/filter/excel/
H A Dxipivot.cxx106 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 Dxlpivot.cxx156 const sal_Int16* XclPCItem::GetInteger() const in GetInteger() function in XclPCItem
/aoo4110/main/accessibility/workben/org/openoffice/accessibility/awb/canvas/
H A DCanvas.java181 int nZoomMode = Options.GetInteger ("ZoomMode", WHOLE_SCREEN); in setupTransformation()
/aoo4110/main/sfx2/inc/sfx2/sidebar/
H A DTheme.hxx153 static sal_Int32 GetInteger (const ThemeItem eItem);
/aoo4110/main/basic/workben/
H A Dmgrtest.cxx413 pMod->GetMethods()->Get(0)->GetInteger(); in IMPL_LINK()
/aoo4110/main/sc/source/filter/inc/
H A Dxlpivot.hxx445 const sal_Int16* GetInteger() const;
/aoo4110/main/basic/inc/basic/
H A Dsbxvar.hxx294 sal_Int16 GetInteger() const;
/aoo4110/main/accessibility/workben/org/openoffice/accessibility/awb/
H A DAccessibilityWorkBench.java326 int nZoomMode = Options.GetInteger ("ZoomMode", Canvas.WHOLE_SCREEN); in CreateMenuBar()

Completed in 386 milliseconds

12