Searched refs:o_rValue (Results 1 – 12 of 12) sorted by relevance
/trunk/main/slideshow/source/engine/ |
H A D | tools.cxx | 160 bool extractValue( double& o_rValue, in extractValue() argument 166 if( (rSourceAny >>= o_rValue) ) in extractValue() 201 if( (rSourceAny >>= o_rValue) ) in extractValue() 261 bool extractValue( RGBColor& o_rValue, in extractValue() argument 337 o_rValue = RGBColor( 0.5, 0.5, 0.5 ); in extractValue() 343 bool extractValue( HSLColor& o_rValue, in extractValue() argument 388 if( !(rSourceAny >>= o_rValue) ) in extractValue() 395 bool extractValue( bool& o_rValue, in extractValue() argument 404 o_rValue = nTmp; in extractValue() 420 o_rValue = true; in extractValue() [all …]
|
/trunk/main/dbaccess/source/core/recovery/ |
H A D | settingsimport.cxx | 202 void ConfigItemImport::getItemValue( ::com::sun::star::uno::Any& o_rValue ) const in getItemValue() 204 o_rValue.clear(); in getItemValue() 217 o_rValue <<= nValue; in getItemValue() 227 o_rValue <<= nValue; in getItemValue() 235 o_rValue <<= sValue; in getItemValue() 285 void ConfigItemSetImport::getItemValue( Any& o_rValue ) const in getItemValue() 287 o_rValue <<= m_aChildSettings.getPropertyValues(); in getItemValue()
|
H A D | settingsimport.hxx | 151 virtual void getItemValue( ::com::sun::star::uno::Any& o_rValue ) const; 177 virtual void getItemValue( ::com::sun::star::uno::Any& o_rValue ) const;
|
/trunk/main/slideshow/source/inc/ |
H A D | tools.hxx | 127 bool extractValue( double& o_rValue, 133 bool extractValue( sal_Int32& o_rValue, 139 bool extractValue( sal_Int16& o_rValue, 145 bool extractValue( RGBColor& o_rValue, 151 bool extractValue( HSLColor& o_rValue, 157 bool extractValue( ::rtl::OUString& o_rValue, 163 bool extractValue( bool& o_rValue,
|
/trunk/main/soltools/inc/ |
H A D | gilacces.hxx | 89 char * o_rValue ) const = 0;
|
H A D | st_gilrw.hxx | 99 char * o_rValue ) const;
|
/trunk/main/soltools/giparser/ |
H A D | st_gilrw.cxx | 146 ST_InfoListWriter::Get_CurValue( char * o_rValue ) const
|
/trunk/main/dbaccess/source/ui/querydesign/ |
H A D | querycontroller.cxx | 383 void SAL_CALL OQueryController::getFastPropertyValue( Any& o_rValue, sal_Int32 i_nHandle ) const in getFastPropertyValue() argument 404 o_rValue <<= aCurrentDesign.getPropertyValues(); in getFastPropertyValue() 409 OPropertyContainer::getFastPropertyValue( o_rValue, i_nHandle ); in getFastPropertyValue()
|
/trunk/main/dbaccess/source/core/dataaccess/ |
H A D | documentcontainer.cxx | 206 …::comphelper::NamedValueCollection& io_rArguments, const ::rtl::OUString& i_rName, TYPE& o_rValue ) in lcl_extractAndRemove() argument 210 io_rArguments.get_ensureType( i_rName, o_rValue ); in lcl_extractAndRemove()
|
H A D | documentdefinition.cxx | 689 void SAL_CALL ODocumentDefinition::getFastPropertyValue( Any& o_rValue, sal_Int32 i_nHandle ) const in getFastPropertyValue() argument 702 o_rValue <<= sPersistentPath; in getFastPropertyValue() 706 OPropertyStateContainer::getFastPropertyValue( o_rValue, i_nHandle ); in getFastPropertyValue()
|
H A D | documentdefinition.hxx | 136 ::com::sun::star::uno::Any& o_rValue,
|
/trunk/main/sw/source/core/unocore/ |
H A D | unoidx.cxx | 120 lcl_BitMaskToAny(uno::Any & o_rValue, in lcl_BitMaskToAny() argument 124 o_rValue <<= bRet; in lcl_BitMaskToAny()
|
Completed in 60 milliseconds