Lines Matching refs:rVal

150 sal_Int16 lcl_IntToRelation(const uno::Any& rVal)  in lcl_IntToRelation()  argument
154 rVal >>= nVal; in lcl_IntToRelation()
288 sal_Bool SwFmtFrmSize::QueryValue( uno::Any& rVal, sal_uInt8 nMemberId ) const in QueryValue() argument
299 rVal.setValue(&aTmp, ::getCppuType((const awt::Size*)0)); in QueryValue()
303 rVal <<= (sal_Int16)(GetHeightPercent() != 0xFF ? GetHeightPercent() : 0); in QueryValue()
306 rVal <<= (sal_Int16)(GetWidthPercent() != 0xFF ? GetWidthPercent() : 0); in QueryValue()
311 rVal.setValue(&bTmp, ::getBooleanCppuType()); in QueryValue()
317 rVal.setValue(&bTmp, ::getBooleanCppuType()); in QueryValue()
321 rVal <<= (sal_Int32)TWIP_TO_MM100(aSize.Width()); in QueryValue()
328 rVal <<= (sal_Int32)TWIP_TO_MM100(aSize.Height() < MINLAY ? MINLAY : aSize.Height() ); in QueryValue()
331 rVal <<= (sal_Int16)GetHeightSizeType(); in QueryValue()
336 rVal.setValue(&bTmp, ::getBooleanCppuType()); in QueryValue()
340 rVal <<= (sal_Int16)GetWidthSizeType(); in QueryValue()
349 sal_Bool SwFmtFrmSize::PutValue( const uno::Any& rVal, sal_uInt8 nMemberId ) in PutValue() argument
359 if(!(rVal >>= aVal)) in PutValue()
379 rVal >>= nSet; in PutValue()
389 rVal >>= nSet; in PutValue()
398 sal_Bool bSet = *(sal_Bool*)rVal.getValue(); in PutValue()
407 sal_Bool bSet = *(sal_Bool*)rVal.getValue(); in PutValue()
417 if(rVal >>= nWd) in PutValue()
432 if(rVal >>= nHg) in PutValue()
447 if((rVal >>= nType) && nType >= 0 && nType <= ATT_MIN_SIZE ) in PutValue()
457 sal_Bool bSet = *(sal_Bool*)rVal.getValue(); in PutValue()
464 if((rVal >>= nType) && nType >= 0 && nType <= ATT_MIN_SIZE ) in PutValue()
741 sal_Bool SwFmtPageDesc::QueryValue( uno::Any& rVal, sal_uInt8 nMemberId ) const in QueryValue() argument
749 rVal <<= (sal_Int16)GetNumOffset(); in QueryValue()
759 rVal <<= OUString( aString ); in QueryValue()
762 rVal.clear(); in QueryValue()
772 sal_Bool SwFmtPageDesc::PutValue( const uno::Any& rVal, sal_uInt8 nMemberId ) in PutValue() argument
782 if(rVal >>= nOffset) in PutValue()
1052 sal_Bool SwFmtCol::QueryValue( uno::Any& rVal, sal_uInt8 nMemberId ) const in QueryValue() argument
1063 rVal.setValue(&xCols, ::getCppuType((uno::Reference< text::XTextColumns>*)0)); in QueryValue()
1068 sal_Bool SwFmtCol::PutValue( const uno::Any& rVal, sal_uInt8 nMemberId ) in PutValue() argument
1080 rVal >>= xCols; in PutValue()
1173 sal_Bool SwFmtSurround::QueryValue( uno::Any& rVal, sal_uInt8 nMemberId ) const in QueryValue() argument
1181 rVal <<= (text::WrapTextMode)GetSurround(); in QueryValue()
1186 rVal.setValue(&bTmp, ::getBooleanCppuType()); in QueryValue()
1192 rVal.setValue(&bTmp, ::getBooleanCppuType()); in QueryValue()
1198 rVal.setValue(&bTmp, ::getBooleanCppuType()); in QueryValue()
1208 sal_Bool SwFmtSurround::PutValue( const uno::Any& rVal, sal_uInt8 nMemberId ) in PutValue() argument
1217 sal_Int32 eVal = SWUnoHelper::GetEnumAsInt32( rVal ); in PutValue()
1228 SetAnchorOnly( *(sal_Bool*)rVal.getValue() ); in PutValue()
1231 SetContour( *(sal_Bool*)rVal.getValue() ); in PutValue()
1234 SetOutside( *(sal_Bool*)rVal.getValue() ); in PutValue()
1267 sal_Bool SwFmtVertOrient::QueryValue( uno::Any& rVal, sal_uInt8 nMemberId ) const in QueryValue() argument
1290 rVal <<= nRet; in QueryValue()
1294 rVal <<= lcl_RelToINT(eRelation); in QueryValue()
1297 rVal <<= (sal_Int32)TWIP_TO_MM100(GetPos()); in QueryValue()
1306 sal_Bool SwFmtVertOrient::PutValue( const uno::Any& rVal, sal_uInt8 nMemberId ) in PutValue() argument
1316 rVal >>= nVal; in PutValue()
1334 eRelation = lcl_IntToRelation(rVal); in PutValue()
1340 rVal >>= nVal; in PutValue()
1381 sal_Bool SwFmtHoriOrient::QueryValue( uno::Any& rVal, sal_uInt8 nMemberId ) const in QueryValue() argument
1406 rVal <<= nRet; in QueryValue()
1410 rVal <<= lcl_RelToINT(eRelation); in QueryValue()
1413 rVal <<= (sal_Int32)TWIP_TO_MM100(GetPos()); in QueryValue()
1418 rVal.setValue(&bTmp, ::getBooleanCppuType()); in QueryValue()
1428 sal_Bool SwFmtHoriOrient::PutValue( const uno::Any& rVal, sal_uInt8 nMemberId ) in PutValue() argument
1438 rVal >>= nVal; in PutValue()
1456 eRelation = lcl_IntToRelation(rVal); in PutValue()
1462 if(!(rVal >>= nVal)) in PutValue()
1470 SetPosToggle( *(sal_Bool*)rVal.getValue()); in PutValue()
1566 sal_Bool SwFmtAnchor::QueryValue( uno::Any& rVal, sal_uInt8 nMemberId ) const in QueryValue() argument
1594 rVal <<= eRet; in QueryValue()
1597 rVal <<= (sal_Int16)GetPageNum(); in QueryValue()
1608 rVal <<= xRet; in QueryValue()
1620 sal_Bool SwFmtAnchor::PutValue( const uno::Any& rVal, sal_uInt8 nMemberId ) in PutValue() argument
1630 switch( SWUnoHelper::GetEnumAsInt32( rVal ) ) in PutValue()
1663 if((rVal >>= nVal) && nVal > 0) in PutValue()
1753 sal_Bool SwFmtURL::QueryValue( uno::Any& rVal, sal_uInt8 nMemberId ) const in QueryValue() argument
1763 rVal <<= sRet; in QueryValue()
1769 rVal <<= sRet; in QueryValue()
1773 rVal <<= OUString( GetName() ); in QueryValue()
1788 rVal <<= xCont; in QueryValue()
1794 rVal.setValue(&bTmp, ::getBooleanCppuType()); in QueryValue()
1804 sal_Bool SwFmtURL::PutValue( const uno::Any& rVal, sal_uInt8 nMemberId ) in PutValue() argument
1814 rVal >>= sTmp; in PutValue()
1821 rVal >>= sTmp; in PutValue()
1828 rVal >>= sTmp; in PutValue()
1835 if(!rVal.hasValue()) in PutValue()
1837 else if(rVal >>= xCont) in PutValue()
1848 bIsServerMap = *(sal_Bool*)rVal.getValue(); in PutValue()
1915 sal_Bool SwFmtFtnEndAtTxtEnd::QueryValue( uno::Any& rVal, sal_uInt8 nMemberId ) const in QueryValue() argument
1923 rVal.setValue(&bVal, ::getBooleanCppuType()); in QueryValue()
1929 rVal.setValue(&bVal, ::getBooleanCppuType()); in QueryValue()
1932 case MID_NUM_START_AT: rVal <<= (sal_Int16) nOffset; break; in QueryValue()
1936 rVal.setValue(&bVal, ::getBooleanCppuType()); in QueryValue()
1939 case MID_NUM_TYPE : rVal <<= aFmt.GetNumberingType(); break; in QueryValue()
1940 case MID_PREFIX : rVal <<= OUString(sPrefix); break; in QueryValue()
1941 case MID_SUFFIX : rVal <<= OUString(sSuffix); break; in QueryValue()
1947 sal_Bool SwFmtFtnEndAtTxtEnd::PutValue( const uno::Any& rVal, sal_uInt8 nMemberId ) in PutValue() argument
1955 sal_Bool bVal = *(sal_Bool*)rVal.getValue(); in PutValue()
1964 sal_Bool bVal = *(sal_Bool*)rVal.getValue(); in PutValue()
1974 rVal >>= nVal; in PutValue()
1983 sal_Bool bVal = *(sal_Bool*)rVal.getValue(); in PutValue()
1993 rVal >>= nVal; in PutValue()
2005 OUString sVal; rVal >>= sVal; in PutValue()
2011 OUString sVal; rVal >>= sVal; in PutValue()
2081 sal_Bool SwFmtChain::QueryValue( uno::Any& rVal, sal_uInt8 nMemberId ) const in QueryValue() argument
2101 rVal <<= OUString(aRet); in QueryValue()
2134 sal_Bool SwFmtLineNumber::QueryValue( uno::Any& rVal, sal_uInt8 nMemberId ) const in QueryValue() argument
2144 rVal.setValue(&bTmp, ::getBooleanCppuType()); in QueryValue()
2148 rVal <<= (sal_Int32)GetStartValue(); in QueryValue()
2157 sal_Bool SwFmtLineNumber::PutValue( const uno::Any& rVal, sal_uInt8 nMemberId ) in PutValue() argument
2165 SetCountLines( *(sal_Bool*)rVal.getValue() ); in PutValue()
2170 if(rVal >>= nVal) in PutValue()
2245 sal_Bool SwTextGridItem::QueryValue( uno::Any& rVal, sal_uInt8 nMemberId ) const in QueryValue() argument
2252 rVal <<= GetColor().GetColor(); in QueryValue()
2255 rVal <<= GetLines(); in QueryValue()
2258 rVal.setValue( &bRubyTextBelow, ::getBooleanCppuType() ); in QueryValue()
2261 rVal.setValue( &bPrintGrid, ::getBooleanCppuType() ); in QueryValue()
2264 rVal.setValue( &bDisplayGrid, ::getBooleanCppuType() ); in QueryValue()
2269 rVal <<= (sal_Int32) TWIP_TO_MM100_UNSIGNED(nBaseHeight); in QueryValue()
2274 rVal <<= (sal_Int32) TWIP_TO_MM100_UNSIGNED(nBaseWidth); in QueryValue()
2279 rVal <<= (sal_Int32)TWIP_TO_MM100_UNSIGNED(nRubyHeight); in QueryValue()
2285 rVal <<= text::TextGridMode::NONE; in QueryValue()
2288 rVal <<= text::TextGridMode::LINES; in QueryValue()
2291 rVal <<= text::TextGridMode::LINES_AND_CHARS; in QueryValue()
2300 rVal.setValue( &bSnapToChars, ::getBooleanCppuType() ); in QueryValue()
2305 rVal.setValue( &bStandardMode, ::getBooleanCppuType() ); in QueryValue()
2317 sal_Bool SwTextGridItem::PutValue( const uno::Any& rVal, sal_uInt8 nMemberId ) in PutValue() argument
2325 bRet = (rVal >>= nTmp); in PutValue()
2333 bRet = (rVal >>= nTmp); in PutValue()
2341 SetRubyTextBelow( *(sal_Bool*)rVal.getValue() ); in PutValue()
2344 SetPrintGrid( *(sal_Bool*)rVal.getValue() ); in PutValue()
2347 SetDisplayGrid( *(sal_Bool*)rVal.getValue() ); in PutValue()
2356 bRet = (rVal >>= nTmp); in PutValue()
2372 bRet = (rVal >>= nTmp); in PutValue()
2394 SetSnapToChars( *(sal_Bool*)rVal.getValue() ); in PutValue()
2398 sal_Bool bStandard = *(sal_Bool*)rVal.getValue(); in PutValue()