Searched defs:SwBracket (Results 1 – 1 of 1) sorted by relevance
64 struct SwBracket struct66 xub_StrLen nStart; // Start of text attribute determins the font67 KSHORT nAscent; // Ascent of the brackets68 KSHORT nHeight; // Height of them69 KSHORT nPreWidth; // Width of the opening bracket70 KSHORT nPostWidth; // Width of the closing bracket71 sal_Unicode cPre; // Initial character, e.g. '('72 sal_Unicode cPost; // Final character, e.g. ')'73 sal_uInt8 nPreScript; // Script of the initial character74 sal_uInt8 nPostScript; // Script of the final character
Completed in 15 milliseconds