Searched refs:sUnoCommandPrefix (Results 1 – 1 of 1) sorted by relevance
63 static const sal_Char* sUnoCommandPrefix = ".uno:"; in GetImage() local64 static const sal_Int32 nUnoCommandPrefixLength = strlen(sUnoCommandPrefix); in GetImage()68 if (rsURL.compareToAscii(sUnoCommandPrefix, nUnoCommandPrefixLength) == 0) in GetImage()76 aCommandName.appendAscii(sUnoCommandPrefix); in GetImage()