Searched defs:SheetCodeNameInfo (Results 1 – 1 of 1) sorted by relevance
64 struct SheetCodeNameInfo struct66 PropertySet maSheetProps; // Property set of the sheet without codename.67 OUString maPrefix; // Prefix for the codename to be generated.69 inline explicit SheetCodeNameInfo( PropertySet& rSheetProps, const OUString& rPrefix ) : in SheetCodeNameInfo() argument