Home
last modified time | relevance | path

Searched refs:rValue (Results 1 – 25 of 831) sorted by last modified time

12345678910>>...34

/trunk/main/xmloff/source/text/
H A Dtxtparai.cxx405 sShow = rValue; in XMLImpHyperlinkContext_Impl()
665 m_sStyleName = rValue; in XMLImpRubyContext_Impl()
1937 m_sXmlId = rValue; in XMLParaContext()
1941 m_sAbout = rValue; in XMLParaContext()
1945 m_sProperty = rValue; in XMLParaContext()
1948 m_sContent = rValue; in XMLParaContext()
1951 m_sDatatype = rValue; in XMLParaContext()
1957 sStyleName = rValue; in XMLParaContext()
1960 sClassNames = rValue; in XMLParaContext()
1963 aCondStyleName = rValue; in XMLParaContext()
[all …]
/trunk/main/dbaccess/source/core/api/
H A DRowSetBase.hxx195 …virtual void SAL_CALL getFastPropertyValue(::com::sun::star::uno::Any& rValue,sal_Int32 nHandle) c…
/trunk/main/sd/source/ui/slideshow/
H A Dslideshowimpl.cxx3623 if( rValue >>= mbPreview ) in SetPropertyValue()
3628 if( rValue >>= mxAnimationNode ) in SetPropertyValue()
3634 if( rValue >>= xWindow ) in SetPropertyValue()
3653 if( rValue >>= aPresPage ) in SetPropertyValue()
3662 if( rValue >>= mxStartPage ) in SetPropertyValue()
3668 if( rValue >>= mbAlwaysOnTop ) in SetPropertyValue()
3673 if( rValue >>= mbManual ) in SetPropertyValue()
3678 if( rValue >>= mbEndless ) in SetPropertyValue()
3683 if( rValue >>= mbFullScreen ) in SetPropertyValue()
3688 if( rValue >>= mbMouseVisible ) in SetPropertyValue()
[all …]
/trunk/main/forms/source/component/
H A DImageControl.cxx245 void OImageControlModel::getFastPropertyValue(Any& rValue, sal_Int32 nHandle) const in getFastPropertyValue() argument
250 rValue <<= (sal_Bool)m_bReadOnly; in getFastPropertyValue()
253 rValue <<= m_sImageURL; in getFastPropertyValue()
259 OBoundControlModel::getFastPropertyValue(rValue, nHandle); in getFastPropertyValue()
270 m_bReadOnly = getBOOL(rValue); in setFastPropertyValue_NoBroadcast()
274 OSL_VERIFY( rValue >>= m_sImageURL ); in setFastPropertyValue_NoBroadcast()
287 OSL_VERIFY( rValue >>= xGraphic ); in setFastPropertyValue_NoBroadcast()
316 OBoundControlModel::setFastPropertyValue_NoBroadcast(nHandle, rValue); in setFastPropertyValue_NoBroadcast()
328 return tryPropertyValue(rConvertedValue, rOldValue, rValue, m_bReadOnly); in convertFastPropertyValue()
331 return tryPropertyValue( rConvertedValue, rOldValue, rValue, m_sImageURL ); in convertFastPropertyValue()
[all …]
/trunk/main/oox/inc/oox/helper/
H A Dopenssl_wrapper.hxx96 OpenSSLDigest( const OpenSSLDigest& rValue );
97 OpenSSLDigest& operator=( const OpenSSLDigest& rValue );
151 OpenSSLCipher( const OpenSSLCipher& rValue );
152 OpenSSLCipher& operator=( const OpenSSLCipher& rValue );
/trunk/main/svtools/source/uno/
H A Dtoolboxcontroller.cxx797 sal_Bool rValue(sal_False); in setFastPropertyValue_NoBroadcast() local
798 if (( aValue >>= rValue ) && m_bInitialized) in setFastPropertyValue_NoBroadcast()
799 this->setSupportVisiableProperty( rValue ); in setFastPropertyValue_NoBroadcast()
/trunk/main/sw/source/core/access/
H A Daccpara.cxx1896 rValue.Value <<= sNumBullet; in getCharacterAttributes()
1897 rValue.Handle = -1; in getCharacterAttributes()
2488 rValue.Value = ChangeAttr.Value; in _correctValues()
2494 rValue.Value = ChangeAttr.Value; in _correctValues()
2501 uno::Any &anyChar = rValue.Value; in _correctValues()
2510 rValue.Value <<= crBack; in _correctValues()
2520 uno::Any &anyChar = rValue.Value; in _correctValues()
2530 rValue.Value <<= crChar; in _correctValues()
2586 rValue.Value <<= crUnderline; in _correctValues()
2612 rValue.Value <<= tabs; in _correctValues()
[all …]
/trunk/main/sw/source/ui/uno/
H A Dunotxdoc.cxx1109 sal_uInt32 lcl_Any_To_ULONG(const Any& rValue, sal_Bool& bException) in lcl_Any_To_ULONG() argument
1112 TypeClass eType = rValue.getValueType().getTypeClass(); in lcl_Any_To_ULONG()
1116 rValue >>= nRet; in lcl_Any_To_ULONG()
1120 bException = !(rValue >>= nVal); in lcl_Any_To_ULONG()
/trunk/main/svx/source/table/
H A Dcell.cxx999 void SAL_CALL Cell::setPropertyValue( const OUString& rPropertyName, const Any& rValue ) throw(Unkn… in setPropertyValue() argument
1017 if( !( rValue >>= xStyle ) ) in setPropertyValue()
1026 if(rValue.getValueType() != ::getCppuType((const TableBorder*)0) ) in setPropertyValue()
1029 const TableBorder* pBorder = (const TableBorder* )rValue.getValue(); in setPropertyValue()
1071 if(!(rValue >>= eMode) ) in setPropertyValue()
1074 if(!(rValue >>= nMode)) in setPropertyValue()
1104 if( rValue >>= aApiName ) in setPropertyValue()
1117 if( !SvxUnoTextRangeBase::SetPropertyValueHelper( aSet, pMap, rValue, aSet )) in setPropertyValue()
1128 SvxItemPropertySet_setPropertyValue( *mpPropSet, pMap, rValue, aSet ); in setPropertyValue()
/trunk/main/sc/inc/
H A Ddociter.hxx124 : ( ++nRow, GetThis(rValue, rErr) ); in GetNext()
156 virtual bool getFirst(Value& rValue) = 0;
157 virtual bool getNext(Value& rValue) = 0;
167 virtual bool getCurrent(Value& rValue);
168 virtual bool getFirst(Value& rValue);
169 virtual bool getNext(Value& rValue);
191 virtual bool getCurrent(Value& rValue);
192 virtual bool getFirst(Value& rValue);
193 virtual bool getNext(Value& rValue);
210 bool GetFirst(Value& rValue);
[all …]
/trunk/main/sfx2/inc/sfx2/
H A Dlinkmgr.hxx155 const ::com::sun::star::uno::Any & rValue,
/trunk/main/sfx2/source/appl/
H A Dlinkmgr2.cxx501 const ::com::sun::star::uno::Any & rValue, in GetGraphicFromAny()
506 if( rValue.hasValue() && ( rValue >>= aSeq ) ) in GetGraphicFromAny()
/trunk/main/svx/source/unodraw/
H A Dunoshap2.cxx1225 rValue <<= aRetval; in getPropertyValueImpl()
1239 rValue <<= aRetval; in getPropertyValueImpl()
1268 rValue <<= aRetval; in getPropertyValueImpl()
1553 rValue <<= aRetval; in getPropertyValueImpl()
1565 rValue <<= aRetval; in getPropertyValueImpl()
1696 if( rValue >>= aURL ) in setPropertyValueImpl()
1821 rValue <<= xBitmap; in getPropertyValueImpl()
1831 rValue <<= aSeq; in getPropertyValueImpl()
1850 rValue <<= aURL; in getPropertyValueImpl()
1865 rValue <<= aURL; in getPropertyValueImpl()
[all …]
/trunk/main/svx/source/svdraw/
H A Dsvdograf.cxx171 const ::com::sun::star::uno::Any & rValue );
279 const ::com::sun::star::uno::Any & rValue ) in DataChanged()
284 if( pLinkManager && rValue.hasValue() ) in DataChanged()
289 if( sfx2::LinkManager::GetGraphicFromAny( rMimeType, rValue, aGraphic )) in DataChanged()
H A Dsvdoole2.cxx622 const ::com::sun::star::uno::Any & rValue );
/trunk/main/sfx2/source/sidebar/
H A DTheme.cxx497 const cssu::Any& rValue) in setPropertyValue() argument
510 if (rValue == maRawValues[eItem]) in setPropertyValue()
525 rValue); in setPropertyValue()
532 maRawValues[eItem] = rValue; in setPropertyValue()
533 ProcessNewValue(rValue, eItem, eType); in setPropertyValue()
1041 const Any& rValue, in ProcessNewValue() argument
1051 if (rValue >>= sURL) in ProcessNewValue()
1060 if (rValue >>= nColorValue) in ProcessNewValue()
1074 if (rValue >>= nValue) in ProcessNewValue()
1083 if (rValue >>= nValue) in ProcessNewValue()
[all …]
/trunk/main/sw/source/core/text/
H A Dpormulti.cxx830 sal_Bool &rValue ) in lcl_Has2Lines() argument
835 rValue = ((SvxTwoLinesItem*)pItem)->GetValue(); in lcl_Has2Lines()
842 rValue = sal_False; in lcl_Has2Lines()
860 const SvxCharRotateItem* &rpRef, sal_Bool &rValue ) in lcl_HasRotation() argument
865 rValue = 0 != ((SvxCharRotateItem*)pItem)->GetValue(); in lcl_HasRotation()
870 rValue = sal_False; in lcl_HasRotation()
/trunk/main/sw/source/filter/html/
H A Dhtmlplug.cxx1271 const String& rValue = rCommand.GetArgument(); in OutHTML_FrmFmtOLENode() local
1275 …HTMLOutFuncs::Out_String( rWrt.Strm(), rValue, rHTMLWrt.eDestEnc, &rHTMLWrt.aNonConvertableCharact… in OutHTML_FrmFmtOLENode()
1292 const String& rValue = rCommand.GetArgument(); in OutHTML_FrmFmtOLENode() local
1300 …HTMLOutFuncs::Out_String( rWrt.Strm(), rValue, rHTMLWrt.eDestEnc, &rHTMLWrt.aNonConvertableCharact… in OutHTML_FrmFmtOLENode()
1326 const String& rValue = rCommand.GetArgument(); in OutHTML_FrmFmtOLENode() local
1330 …HTMLOutFuncs::Out_String( rWrt.Strm(), rValue, rHTMLWrt.eDestEnc, &rHTMLWrt.aNonConvertableCharact… in OutHTML_FrmFmtOLENode()
/trunk/main/svtools/inc/svtools/
H A Dsvparser.hxx220 SvKeyValue (const String &rKey, const String &rValue) in SvKeyValue() argument
221 : m_aKey (rKey), m_aValue (rValue) in SvKeyValue()
243 void SetValue (const String &rValue) { m_aValue = rValue; } in SetValue() argument
/trunk/main/basegfx/inc/basegfx/polygon/
H A Db2dpolygon.hxx81 void setB2DPoint(sal_uInt32 nIndex, const basegfx::B2DPoint& rValue);
92 void setPrevControlPoint(sal_uInt32 nIndex, const basegfx::B2DPoint& rValue);
93 void setNextControlPoint(sal_uInt32 nIndex, const basegfx::B2DPoint& rValue);
/trunk/main/UnoControls/source/controls/
H A Dframecontrol.cxx328 const Any& rValue ) throw( IllegalArgumentException ) in convertFastPropertyValue() argument
333 case PROPERTYHANDLE_COMPONENTURL : rConvertedValue = rValue ; in convertFastPropertyValue()
338 case PROPERTYHANDLE_LOADERARGUMENTS : rConvertedValue = rValue ; in convertFastPropertyValue()
357 const Any& rValue ) in setFastPropertyValue_NoBroadcast() argument
364 case PROPERTYHANDLE_COMPONENTURL : rValue >>= m_sComponentURL ; in setFastPropertyValue_NoBroadcast()
371 case PROPERTYHANDLE_LOADERARGUMENTS : rValue >>= m_seqLoaderArguments ; in setFastPropertyValue_NoBroadcast()
/trunk/main/sw/source/filter/ww8/
H A Dww8par3.cxx2612 const rtl::OUString & rPropertyName, const rtl::OUString & rValue) in lcl_AddToPropertyContainer() argument
2629 uno::Any aAnyValue(rValue); in lcl_AddToPropertyContainer()
H A Drtfsdrexport.cxx446 void lcl_AppendSP( ::rtl::OStringBuffer& rRunText, const char cName[], const ::rtl::OString& rValue) in lcl_AppendSP() argument
450 .append('{').append(OOO_STRING_SVTOOLS_RTF_SV " ").append(rValue).append('}') in lcl_AppendSP()
/trunk/main/sc/source/core/data/
H A Ddocument.cxx2799 void ScDocument::GetValue( SCCOL nCol, SCROW nRow, SCTAB nTab, double& rValue ) in GetValue() argument
2802 rValue = pTab[nTab]->GetValue( nCol, nRow ); in GetValue()
2804 rValue = 0.0; in GetValue()
/trunk/main/sc/source/ui/view/
H A Dviewfunc.cxx681 void ScViewFunc::EnterValue( SCCOL nCol, SCROW nRow, SCTAB nTab, const double& rValue ) in EnterValue() argument
703 pDoc->SetValue( nCol, nRow, nTab, rValue ); in EnterValue()
709 new ScUndoEnterValue( pDocSh, aPos, pUndoCell, rValue, bNeedHeight ) ); in EnterValue()

Completed in 264 milliseconds

12345678910>>...34