Home
last modified time | relevance | path

Searched refs:sUnoCommandPrefix (Results 1 – 1 of 1) sorted by relevance

/trunk/main/sfx2/source/sidebar/
H A DTools.cxx67 static const sal_Char* sUnoCommandPrefix = ".uno:"; in GetImage() local
68 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 18 milliseconds