Lines Matching refs:compareToAscii
274 if( ServiceName.compareToAscii( "com.sun.star.ucb.FileContent" ) == 0 ) in supportsService()
347 if( ! aCommand.Name.compareToAscii( "getPropertySetInfo" ) ) // No exceptions in execute()
351 else if( ! aCommand.Name.compareToAscii( "getCommandInfo" ) ) // no exceptions in execute()
355 else if( ! aCommand.Name.compareToAscii( "setPropertyValues" ) ) in execute()
365 else if( ! aCommand.Name.compareToAscii( "getPropertyValues" ) ) in execute()
376 else if( ! aCommand.Name.compareToAscii( "open" ) ) in execute()
389 else if( ! aCommand.Name.compareToAscii( "delete" ) ) in execute()
397 else if( ! aCommand.Name.compareToAscii( "transfer" ) ) in execute()
406 else if( ! aCommand.Name.compareToAscii( "insert" ) ) in execute()
415 else if( ! aCommand.Name.compareToAscii( "getCasePreservingURL" ) ) in execute()
428 else if( ! aCommand.Name.compareToAscii( "createNewContent" ) ) in execute()
834 if( rProp.Name.compareToAscii( "ContentType" ) == 0 ) in getPropertyValues()
839 else if( rProp.Name.compareToAscii( "IsFolder" ) == 0 ) in getPropertyValues()
843 else if( rProp.Name.compareToAscii( "IsDocument" ) == 0 ) in getPropertyValues()
1098 if( aTransferInfo.SourceURL.compareToAscii( "file:",5 ) != 0 ) in transfer()