Lines Matching refs:rProp

459 		const beans::Property& rProp = rProperties[n];  in getPropertyValues()  local
461 if ( rProp.Name.compareToAscii( "ContentType" ) == 0 ) in getPropertyValues()
463 rProp, in getPropertyValues()
466 else if( rProp.Name.compareToAscii( "Title" ) == 0 ) in getPropertyValues()
467 xRow->appendString ( rProp,m_aURLParameter.get_title() ); in getPropertyValues()
468 else if( rProp.Name.compareToAscii( "IsReadOnly" ) == 0 ) in getPropertyValues()
469 xRow->appendBoolean( rProp,true ); in getPropertyValues()
470 else if( rProp.Name.compareToAscii( "IsDocument" ) == 0 ) in getPropertyValues()
472 rProp, in getPropertyValues()
474 else if( rProp.Name.compareToAscii( "IsFolder" ) == 0 ) in getPropertyValues()
476 rProp, in getPropertyValues()
478 else if( rProp.Name.compareToAscii( "IsErrorDocument" ) == 0 ) in getPropertyValues()
479 xRow->appendBoolean( rProp, m_aURLParameter.isErrorDocument() ); in getPropertyValues()
480 else if( rProp.Name.compareToAscii( "MediaType" ) == 0 ) in getPropertyValues()
483 rProp, in getPropertyValues()
487 rProp, in getPropertyValues()
491 rProp,rtl::OUString::createFromAscii( "text/html" ) ); in getPropertyValues()
494 rProp, in getPropertyValues()
497 xRow->appendVoid( rProp ); in getPropertyValues()
499 if( rProp.Name.compareToAscii( "KeywordList" ) == 0 ) in getPropertyValues()
508 xRow->appendObject( rProp,aAny ); in getPropertyValues()
510 else if( rProp.Name.compareToAscii( "KeywordRef" ) == 0 ) in getPropertyValues()
519 xRow->appendObject( rProp,aAny ); in getPropertyValues()
521 else if( rProp.Name.compareToAscii( "KeywordAnchorForRef" ) == 0 ) in getPropertyValues()
530 xRow->appendObject( rProp,aAny ); in getPropertyValues()
532 else if( rProp.Name.compareToAscii( "KeywordTitleForRef" ) == 0 ) in getPropertyValues()
541 xRow->appendObject( rProp,aAny ); in getPropertyValues()
543 else if( rProp.Name.compareToAscii( "SearchScopes" ) == 0 ) in getPropertyValues()
550 xRow->appendObject( rProp,aAny ); in getPropertyValues()
552 else if( rProp.Name.compareToAscii( "Order" ) == 0 ) in getPropertyValues()
562 xRow->appendObject( rProp,aAny ); in getPropertyValues()
565 xRow->appendVoid( rProp ); in getPropertyValues()
566 else if( rProp.Name.compareToAscii( "AnchorName" ) == 0 && in getPropertyValues()
568 xRow->appendString( rProp,m_aURLParameter.get_tag() ); in getPropertyValues()
570 xRow->appendVoid( rProp ); in getPropertyValues()