Home
last modified time | relevance | path

Searched refs:nScale (Results 51 – 61 of 61) sorted by relevance

123

/aoo41x/main/sc/source/ui/docshell/
H A Ddocsh4.cxx1378 void ScDocShell::SetPrintZoom( SCTAB nTab, sal_uInt16 nScale, sal_uInt16 nPages ) in SetPrintZoom() argument
1395 this, nTab, nOldScale, nOldPages, nScale, nPages ) ); in SetPrintZoom()
1398 rSet.Put( SfxUInt16Item( ATTR_PAGE_SCALE, nScale ) ); in SetPrintZoom()
/aoo41x/main/vcl/inc/vcl/
H A Dsvapp.hxx422 static void SetDialogScaleX( short nScale );
/aoo41x/main/sc/source/ui/inc/
H A Ddocsh.hxx271 void SetPrintZoom( SCTAB nTab, sal_uInt16 nScale, sal_uInt16 nPages );
H A Dviewfunc.hxx231 void SetPrintZoom(sal_uInt16 nScale, sal_uInt16 nPages);
/aoo41x/main/dbaccess/source/ui/misc/
H A DWCopyTable.cxx1144 sal_Int32 nScale = pActFieldDescr->GetScale(); in loadData() local
1151 …:getTypeInfoFromType(m_aTypeInfo,nType,sTypeName,sCreateParam,nPrecision,nScale,bAutoIncrement,bFo… in loadData()
/aoo41x/main/cppcanvas/source/mtfrenderer/
H A Dtextaction.cxx190 const double nScale( rState.mapModeTransform.get(0,0) ); in setupDXArray() local
194 *pOutputWidths++ = *pCharWidths++ * nScale; in setupDXArray()
/aoo41x/main/editeng/source/outliner/
H A Doutliner.cxx982 sal_uInt16 nScale = /* pEditEngine->IsFlatMode() ? DEFAULT_SCALE : */ pFmt->GetBulletRelSize(); in ImpCalcBulletFont() local
984 nScaledLineHeight *= nScale*10; in ImpCalcBulletFont()
/aoo41x/main/forms/source/component/
H A DDatabaseForm.cxx780 sal_Int16 nScale = 0; in AppendComponent() local
781 xComponentSet->getPropertyValue( PROPERTY_DECIMAL_ACCURACY ) >>= nScale; in AppendComponent()
782 … aText = ::rtl::math::doubleToUString(aDoubleVal, rtl_math_StringFormat_F, nScale, '.', sal_True); in AppendComponent()
/aoo41x/main/cui/source/tabpages/
H A Dnumpages.cxx2355 double nScale = bWidth ? in IMPL_LINK() local
2358 aBitmap.Scale(nScale, nScale); in IMPL_LINK()
/aoo41x/main/sc/source/ui/view/
H A Dviewfun2.cxx933 void ScViewFunc::SetPrintZoom(sal_uInt16 nScale, sal_uInt16 nPages) in SetPrintZoom() argument
937 pDocSh->SetPrintZoom( nTab, nScale, nPages ); in SetPrintZoom()
/aoo41x/main/svx/source/fmcomp/
H A Dgridcell.cxx1948 … sal_Int16 nScale = getINT16( _rxModel->getPropertyValue( FM_PROP_DECIMAL_ACCURACY ) ); in implAdjustGenericFieldSetting() local
1986 … pFormatterUsed->GenerateFormat( sFormatString, 0, aAppLanguage, bThousand, sal_False, nScale ); in implAdjustGenericFieldSetting()

Completed in 125 milliseconds

123