| /trunk/main/dbaccess/source/ui/tabledesign/ | 
| H A D | FieldDescriptions.cxx | 174 					SetScale(::comphelper::getINT32(xAffectedCol->getPropertyValue(PROPERTY_SCALE)));  in OFieldDescription()234 …SetScale(::std::min<sal_Int32>(GetScale() ? GetScale() : DEFAULT_NUMERIC_SCALE,_pType->nMaximumSca…  in FillFromTypeInfo()
 257 …SetScale(::std::min<sal_Int32>(GetScale() ? GetScale() : DEFAULT_NUMERIC_SCALE,_pType->nMaximumSca…  in FillFromTypeInfo()
 263 			SetScale(_pType->nMinimumScale);  in FillFromTypeInfo()
 417 void OFieldDescription::SetScale(const sal_Int32& _rScale)  in SetScale()  function in OFieldDescription
 
 | 
| H A D | TableRow.cxx | 210 			pFieldDesc->SetScale(nValue);  in operator >>()
 | 
| H A D | TEditControl.cxx | 1251 				pFieldDescr->SetScale(sValue.ToInt32());  in SetCellData()
 | 
| H A D | TableController.cxx | 917 				pActFieldDescr->SetScale(nScale);  in loadData()
 | 
| /trunk/main/sd/source/ui/dlg/ | 
| H A D | tpoption.cxx | 399 	if( SetScale( aCbScale.GetText(), nX, nY ) )  in DeactivatePage()477 	if( SetScale( aCbScale.GetText(), nX, nY ) )  in FillItemSet()
 706 	if( SetScale( aCbScale.GetText(), nX, nY ) )  in IMPL_LINK()
 770 sal_Bool SdTpOptionsMisc::SetScale( const String& aScale, sal_Int32& rX, sal_Int32& rY )  in SetScale()  function in SdTpOptionsMisc
 
 | 
| H A D | animobjs.cxx | 124 void SdDisplay::SetScale( const Fraction& rFrac )  in SetScale()  function in sd::SdDisplay527 	aCtlDisplay.SetScale( aFrac );  in IMPL_LINK()
 817 		aCtlDisplay.SetScale( aFrac );  in Resize()
 1044 		aCtlDisplay.SetScale( aFrac );  in AddObj()
 
 | 
| /trunk/main/sd/source/ui/inc/ | 
| H A D | animobjs.hxx | 86 	void	SetScale( const Fraction& rFrac );
 | 
| H A D | tpoption.hxx | 153 	sal_Bool			SetScale( const String& aScale, sal_Int32& rX, sal_Int32& rY );
 | 
| H A D | optsitem.hxx | 503 …void	SetScale( sal_Int32 nInX, sal_Int32 nInY ) { if( nX != nInX || nY != nInY ) { OptionsChanged(…  in SetScale()  function in SdOptionsZoom
 | 
| /trunk/main/editeng/inc/editeng/ | 
| H A D | bulitem.hxx | 130     void                SetScale( sal_uInt16 nNew ) { nScale = nNew; }  in SetScale()  function in SvxBulletItem
 | 
| /trunk/main/dbaccess/source/ui/inc/ | 
| H A D | FieldDescriptions.hxx | 94 		void SetScale(const sal_Int32& _rScale);								
 | 
| /trunk/main/dbaccess/source/ui/misc/ | 
| H A D | DExport.cxx | 632 				(*aIter)->second->SetScale(::std::min<sal_Int32>(aFind->second->nMaximumScale,nScale));  in SetColumnTypes()683 	pField->SetScale(0);  in CreateDefaultColumn()
 
 | 
| H A D | WCopyTable.cxx | 359         aDesc.SetScale(         xStatementMeta->getScale(           i ) );  in impl_ensureColumnInfo_throw()
 | 
| /trunk/main/editeng/source/items/ | 
| H A D | bulitem.cxx | 311 		SetScale( rCopyFrom.GetScale() );  in CopyValidProperties()
 | 
| /trunk/main/sd/source/core/ | 
| H A D | drawdoc4.cxx | 259 	aBulletItem.SetScale(45);			// in Prozent  in CreateLayoutTemplates()1354 	aBulletItem.SetScale(45);				// in Prozent  in SetTextDefaults()
 
 | 
| /trunk/main/dbaccess/source/ui/control/ | 
| H A D | FieldDescControl.cxx | 1547 					pFieldDescr->SetScale(0);  in DisplayData()1698 		pFieldDescr->SetScale( static_cast<sal_Int32>(pScale->GetValue()) );  in SaveData()
 
 | 
| /trunk/main/sd/source/ui/app/ | 
| H A D | sdmod2.cxx | 614 			pOptions->SetScale( nX, nY );  in ApplyItemSet()
 | 
| H A D | optsitem.cxx | 1077 	SetScale( x, y );  in ReadData()
 | 
| /trunk/main/editeng/source/editeng/ | 
| H A D | editobj.cxx | 67 		rBullet.SetScale( pFmt->GetBulletRelSize() );  in DBG_NAME()
 |