Home
last modified time | relevance | path

Searched refs:pScale (Results 1 – 11 of 11) sorted by last modified time

/trunk/main/sd/source/ui/view/
H A Doutlnvs2.cxx132 SFX_REQUEST_ARG (rReq, pScale, SfxUInt16Item, SID_ATTR_ZOOMSLIDER, sal_False); in FuTemporary()
133 if (CHECK_RANGE (5, pScale->GetValue (), 3000)) in FuTemporary()
135 SetZoom (pScale->GetValue ()); in FuTemporary()
H A Ddrviews2.cxx438 SFX_REQUEST_ARG (rReq, pScale, SfxUInt16Item, SID_ATTR_ZOOMSLIDER, sal_False); in FuTemporary()
439 if (CHECK_RANGE (5, pScale->GetValue (), 3000)) in FuTemporary()
441 SetZoom (pScale->GetValue ()); in FuTemporary()
463 SFX_REQUEST_ARG (rReq, pScale, SfxUInt32Item, ID_VAL_ZOOM, sal_False); in FuTemporary()
464 if (CHECK_RANGE (10, pScale->GetValue (), 1000)) in FuTemporary()
466 SetZoom (pScale->GetValue ()); in FuTemporary()
/trunk/main/vcl/unx/generic/printergfx/
H A Dcommon_gfx.cxx1036 sal_Char pScale [48]; in PSScale() local
1039 nChar = psp::getValueOfDouble (pScale, fScaleX, 5); in PSScale()
1040 nChar += psp::appendStr (" ", pScale + nChar); in PSScale()
1041 nChar += psp::getValueOfDouble (pScale + nChar, fScaleY, 5); in PSScale()
1042 nChar += psp::appendStr (" scale\n", pScale + nChar); in PSScale()
1044 WritePS (mpPageBody, pScale); in PSScale()
/trunk/main/unixODBC/inc/
H A Dsqlucode.h213 SQLSMALLINT * pScale,
538 SQLSMALLINT * pScale,
/trunk/main/sd/source/ui/func/
H A Dfuscale.cxx204 SFX_REQUEST_ARG (rReq, pScale, SfxUInt32Item, ID_VAL_ZOOM, sal_False); in DoExecute()
205 mpViewShell->SetZoom (pScale->GetValue ()); in DoExecute()
/trunk/main/sc/source/core/data/
H A Dpatattr.cxx226 OutputDevice* pOutDev, const Fraction* pScale, in GetFont() argument
387 if (pScale) in GetFont()
388 aFraction = *pScale; in GetFont()
492 OutputDevice* pOutDev, const Fraction* pScale, in GetFont() argument
496 …GetFont( rFont, GetItemSet(), eAutoMode, pOutDev, pScale, pCondSet, nScript, pBackConfigColor, pTe… in GetFont()
/trunk/main/sc/inc/
H A Dpatattr.hxx91 const Fraction* pScale = NULL,
98 const Fraction* pScale = NULL,
/trunk/main/dbaccess/source/ui/inc/
H A DFieldDescControl.hxx110 OPropNumericEditCtrl* pScale; member in dbaui::OFieldDescControl
/trunk/main/dbaccess/source/ui/control/
H A DFieldDescControl.cxx159 ,pScale(NULL) in DBG_NAME()
209 ,pScale(NULL) in OFieldDescControl()
477 , pScale, m_pColumnName in ScrollAllAggregates()
586 if (pScale) in GetControlText()
587 return pScale->GetText(); in GetControlText()
665 if (pScale) in SetControlText()
666 pScale->SetText(rText); in SetControlText()
826 { pScale, pScaleText, 1 }, in ArrangeAggregates()
1025 if( pScale ) in ActivateAggregate()
1525 if( pScale ) in DisplayData()
[all …]
/trunk/main/chart2/source/controller/itemsetwrapper/
H A DAxisItemConverter.cxx91 ::chart::ExplicitScaleData * pScale /* = NULL */, in AxisItemConverter() argument
101 if( pScale ) in AxisItemConverter()
102 m_pExplicitScale = new ::chart::ExplicitScaleData( *pScale ); in AxisItemConverter()
/trunk/main/chart2/source/controller/inc/
H A DAxisItemConverter.hxx53 ExplicitScaleData * pScale = NULL,

Completed in 92 milliseconds