Lines Matching refs:rProp

236 …                [&rPropVal](const beans::Property& rProp) { return rProp.Name == rPropVal.Name; }))  in execute()  argument
329 for ( const beans::Property& rProp : rProperties ) in getPropertyValues() local
331 if ( rProp.Name == "ContentType" ) in getPropertyValues()
333 rProp, in getPropertyValues()
336 else if ( rProp.Name == "Title" ) in getPropertyValues()
337 xRow->appendString ( rProp,m_aURLParameter.get_title() ); in getPropertyValues()
338 else if ( rProp.Name == "IsReadOnly" ) in getPropertyValues()
339 xRow->appendBoolean( rProp,true ); in getPropertyValues()
340 else if ( rProp.Name == "IsDocument" ) in getPropertyValues()
342 rProp, in getPropertyValues()
344 else if ( rProp.Name == "IsFolder" ) in getPropertyValues()
346 rProp, in getPropertyValues()
348 else if ( rProp.Name == "IsErrorDocument" ) in getPropertyValues()
349 xRow->appendBoolean( rProp, m_aURLParameter.isErrorDocument() ); in getPropertyValues()
350 else if ( rProp.Name == "MediaType" ) in getPropertyValues()
353 rProp, in getPropertyValues()
357 rProp,OUString( "text/html" ) ); in getPropertyValues()
360 rProp, in getPropertyValues()
363 xRow->appendVoid( rProp ); in getPropertyValues()
365 if ( rProp.Name == "KeywordList" ) in getPropertyValues()
374 xRow->appendObject( rProp,aAny ); in getPropertyValues()
376 else if ( rProp.Name == "KeywordRef" ) in getPropertyValues()
385 xRow->appendObject( rProp,aAny ); in getPropertyValues()
387 else if ( rProp.Name == "KeywordAnchorForRef" ) in getPropertyValues()
396 xRow->appendObject( rProp,aAny ); in getPropertyValues()
398 else if ( rProp.Name == "KeywordTitleForRef" ) in getPropertyValues()
407 xRow->appendObject( rProp,aAny ); in getPropertyValues()
409 else if ( rProp.Name == "SearchScopes" ) in getPropertyValues()
414 xRow->appendObject( rProp, uno::Any(seq) ); in getPropertyValues()
416 else if ( rProp.Name == "Order" ) in getPropertyValues()
426 xRow->appendObject( rProp,aAny ); in getPropertyValues()
429 xRow->appendVoid( rProp ); in getPropertyValues()
430 else if( "AnchorName" == rProp.Name && in getPropertyValues()
432 xRow->appendString( rProp,m_aURLParameter.get_tag() ); in getPropertyValues()
434 xRow->appendVoid( rProp ); in getPropertyValues()