Home
last modified time | relevance | path

Searched defs:SheetCodeNameInfo (Results 1 – 1 of 1) sorted by relevance

/trunk/main/oox/source/xls/
H A Dexcelvbaproject.cxx64 struct SheetCodeNameInfo struct
66 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