Searched refs:sUnoCommandPrefix (Results 1 – 1 of 1) sorted by relevance
67 static const sal_Char* sUnoCommandPrefix = ".uno:"; in GetImage() local68 static const sal_Int32 nUnoCommandPrefixLength = strlen(sUnoCommandPrefix); in GetImage()72 if (rsURL.compareToAscii(sUnoCommandPrefix, nUnoCommandPrefixLength) == 0) in GetImage()80 aCommandName.appendAscii(sUnoCommandPrefix); in GetImage()
Completed in 7 milliseconds