Lines Matching refs:compareToAscii
278 if( ServiceName.compareToAscii( "com.sun.star.ucb.FileContent" ) == 0 ) in supportsService()
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()
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()
1102 if( aTransferInfo.SourceURL.compareToAscii( "file:",5 ) != 0 ) in transfer()