Lines Matching refs:Name

351     if( ! aCommand.Name.compareToAscii( "getPropertySetInfo" ) )  // No exceptions  in execute()
355 else if( ! aCommand.Name.compareToAscii( "getCommandInfo" ) ) // no exceptions in execute()
359 else if( ! aCommand.Name.compareToAscii( "setPropertyValues" ) ) in execute()
369 else if( ! aCommand.Name.compareToAscii( "getPropertyValues" ) ) in execute()
380 else if( ! aCommand.Name.compareToAscii( "open" ) ) in execute()
393 else if( ! aCommand.Name.compareToAscii( "delete" ) ) in execute()
401 else if( ! aCommand.Name.compareToAscii( "transfer" ) ) in execute()
410 else if( ! aCommand.Name.compareToAscii( "insert" ) ) in execute()
419 else if( ! aCommand.Name.compareToAscii( "getCasePreservingURL" ) ) in execute()
432 else if( ! aCommand.Name.compareToAscii( "createNewContent" ) ) in execute()
601 const rtl::OUString& Name, in addProperty() argument
609 if( ( m_nState & JustInserted ) || ( m_nState & Deleted ) || Name == rtl::OUString() ) in addProperty()
614 m_pMyShell->associate( m_aUncPath,Name,DefaultValue,Attributes ); in addProperty()
620 const rtl::OUString& Name ) in removeProperty() argument
629 m_pMyShell->deassociate( m_aUncPath, Name ); in removeProperty()
838 if( rProp.Name.compareToAscii( "ContentType" ) == 0 ) in getPropertyValues()
843 else if( rProp.Name.compareToAscii( "IsFolder" ) == 0 ) in getPropertyValues()
847 else if( rProp.Name.compareToAscii( "IsDocument" ) == 0 ) in getPropertyValues()
881 if( Values[i].Name == Title ) in setPropertyValues()
951 if( Values[i].Name != Title ) in setPropertyValues()