/aoo42x/main/oox/inc/oox/drawingml/chart/ |
H A D | modelbase.hxx | 81 class ModelMap : public RefMap< KeyType, ModelType > 84 typedef typename RefMap< KeyType, ModelType >::key_type key_type; 85 typedef typename RefMap< KeyType, ModelType >::mapped_type mapped_type; 86 typedef typename RefMap< KeyType, ModelType >::value_type value_type;
|
/aoo42x/main/oox/inc/oox/xls/ |
H A D | defnamesbuffer.hxx | 212 typedef RefMap< SheetNameKey, DefinedName > DefNameNameMap; 213 typedef RefMap< BuiltinKey, DefinedName > DefNameBuiltinMap; 214 typedef RefMap< sal_Int32, DefinedName > DefNameTokenIdMap;
|
H A D | tablebuffer.hxx | 122 typedef RefMap< sal_Int32, Table > TableIdMap; 123 typedef RefMap< ::rtl::OUString, Table > TableNameMap;
|
H A D | viewsettings.hxx | 53 typedef RefMap< sal_Int32, PaneSelectionModel > PaneSelectionModelMap; 210 typedef RefMap< sal_Int16, SheetViewModel > SheetViewModelMap;
|
H A D | scenariobuffer.hxx | 142 typedef RefMap< sal_Int16, SheetScenarios, ::std::greater< sal_Int16 > > SheetScenariosMap;
|
H A D | numberformatsbuffer.hxx | 122 typedef RefMap< sal_Int32, NumberFormat > NumberFormatMap;
|
H A D | worksheetbuffer.hxx | 120 typedef RefMap< ::rtl::OUString, SheetInfo, IgnoreCaseCompare > SheetInfoMap;
|
H A D | condformatbuffer.hxx | 147 typedef RefMap< sal_Int32, CondFormatRule > CondFormatRuleMap;
|
H A D | connectionsbuffer.hxx | 170 typedef RefMap< sal_Int32, Connection > ConnectionMap;
|
H A D | sheetdatabuffer.hxx | 168 typedef RefMap< sal_Int32, CellBlock > CellBlockMap;
|
H A D | pivotcachebuffer.hxx | 498 typedef RefMap< sal_Int32, PivotCache > PivotCacheMap;
|
H A D | drawingmanager.hxx | 488 typedef RefMap< sal_uInt16, BiffDrawingObjectBase > BiffDrawingObjectMapById;
|
H A D | stylesbuffer.hxx | 940 typedef RefMap< sal_Int32, CellStyle > CellStyleXfIdMap;
|
/aoo42x/main/oox/inc/oox/vml/ |
H A D | vmlshapecontainer.hxx | 101 typedef RefMap< ::rtl::OUString, ShapeType > ShapeTypeMap; 102 typedef RefMap< ::rtl::OUString, ShapeBase > ShapeMap;
|
/aoo42x/main/oox/inc/oox/drawingml/ |
H A D | theme.hxx | 43 typedef RefMap< sal_Int32, TextCharacterProperties > FontScheme;
|
/aoo42x/main/oox/source/xls/ |
H A D | formulabase.cxx | 831 typedef RefMap< OUString, FunctionInfo > FuncNameMap; 832 typedef RefMap< sal_uInt16, FunctionInfo > FuncIdMap; 1010 typedef RefMap< sal_Int32, FunctionInfo > OpCodeFuncMap; 1011 typedef RefMap< OUString, FunctionInfo > FuncNameMap;
|
/aoo42x/main/oox/source/vml/ |
H A D | vmlshapecontainer.cxx | 45 void lclMapShapesById( RefMap< OUString, ShapeType >& orMap, const RefVector< ShapeType >& rVector ) in lclMapShapesById()
|
/aoo42x/main/oox/inc/oox/helper/ |
H A D | storagebase.hxx | 176 typedef RefMap< ::rtl::OUString, StorageBase > SubStorageMap;
|
H A D | refmap.hxx | 44 class RefMap : public ::std::map< KeyType, ::boost::shared_ptr< ObjType >, CompType > class
|
/aoo42x/main/filter/source/xsltfilter/ |
H A D | containerhelper.hxx | 34 class RefMap : public ::std::map< KeyType, ::boost::shared_ptr< ObjType >, CompType > class
|
H A D | uof2storage.hxx | 135 typedef RefMap< ::rtl::OUString, StorageBase > SubStorageMap;
|
/aoo42x/main/oox/source/ole/ |
H A D | vbaproject.cxx | 289 typedef RefMap< OUString, VbaModule > VbaModuleMap; in importVba()
|
H A D | vbacontrol.cxx | 589 typedef RefMap< OUString, VbaFormControlVector > VbaFormControlVectorMap; in finalizeEmbeddedControls()
|
/aoo42x/main/oox/source/core/ |
H A D | xmlfilterbase.cxx | 81 typedef RefMap< OUString, Relations > RelationsMap;
|
/aoo42x/main/oox/source/drawingml/chart/ |
H A D | objectformatter.cxx | 757 typedef RefMap< ObjectType, ObjectTypeFormatter > ObjectTypeFormatterMap;
|