Home
last modified time | relevance | path

Searched refs:core (Results 1 – 25 of 480) sorted by relevance

12345678910>>...20

/AOO41X/main/sw/
H A DLibrary_sw.mk33 -I$(SRCDIR)/sw/source/core/inc \
84 sw/source/core/SwNumberTree/SwNodeNum \
85 sw/source/core/SwNumberTree/SwNumberTree \
86 sw/source/core/access/acccell \
87 sw/source/core/access/acccontext \
88 sw/source/core/access/accdoc \
89 sw/source/core/access/accembedded \
90 sw/source/core/access/accfootnote \
91 sw/source/core/access/accfield \
92 sw/source/core/access/accframe \
[all …]
/AOO41X/main/toolkit/
H A DPackage_source.mk25 $(eval $(call gb_Package_add_file,toolkit_source,inc/layout/core/bin.hxx,layout/core/bin.hxx))
26 $(eval $(call gb_Package_add_file,toolkit_source,inc/layout/core/box-base.hxx,layout/core/box-base.…
27 $(eval $(call gb_Package_add_file,toolkit_source,inc/layout/core/box.hxx,layout/core/box.hxx))
28 $(eval $(call gb_Package_add_file,toolkit_source,inc/layout/core/container.hxx,layout/core/containe…
29 $(eval $(call gb_Package_add_file,toolkit_source,inc/layout/core/dialogbuttonhbox.hxx,layout/core/d…
30 $(eval $(call gb_Package_add_file,toolkit_source,inc/layout/core/factory.hxx,layout/core/factory.hx…
31 $(eval $(call gb_Package_add_file,toolkit_source,inc/layout/core/flow.hxx,layout/core/flow.hxx))
32 $(eval $(call gb_Package_add_file,toolkit_source,inc/layout/core/helper.hxx,layout/core/helper.hxx))
33 $(eval $(call gb_Package_add_file,toolkit_source,inc/layout/core/import.hxx,layout/core/import.hxx))
34 $(eval $(call gb_Package_add_file,toolkit_source,inc/layout/core/localized-string.hxx,layout/core/l…
[all …]
H A DLibrary_tk.mk131 toolkit/source/layout/core/bin \
132 toolkit/source/layout/core/box \
133 toolkit/source/layout/core/box-base \
134 toolkit/source/layout/core/byteseq \
135 toolkit/source/layout/core/container \
136 toolkit/source/layout/core/dialogbuttonhbox \
137 toolkit/source/layout/core/factory \
138 toolkit/source/layout/core/flow \
139 toolkit/source/layout/core/helper \
140 toolkit/source/layout/core/import \
[all …]
/AOO41X/main/oox/inc/oox/drawingml/chart/
H A Dseriescontext.hxx42 …explicit DataLabelContext( ::oox::core::ContextHandler2Helper& rParent, DataLabelModel&…
45 …virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& r…
58 …explicit DataLabelsContext( ::oox::core::ContextHandler2Helper& rParent, DataLabelsMode…
61 …virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& r…
74 …explicit PictureOptionsContext( ::oox::core::ContextHandler2Helper& rParent, PictureOpt…
77 …virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& r…
89 …explicit ErrorBarContext( ::oox::core::ContextHandler2Helper& rParent, ErrorBarModel& r…
92 …virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& r…
104 …explicit TrendlineLabelContext( ::oox::core::ContextHandler2Helper& rParent, TrendlineL…
107 …virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& r…
[all …]
H A Dtypegroupcontext.hxx42 …explicit UpDownBarsContext( ::oox::core::ContextHandler2Helper& rParent, UpDownBarsMode…
45 …virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& r…
60 …explicit AreaTypeGroupContext( ::oox::core::ContextHandler2Helper& rParent, TypeGroupMo…
63 …virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& r…
73 …explicit BarTypeGroupContext( ::oox::core::ContextHandler2Helper& rParent, TypeGroupMod…
76 …virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& r…
86 …explicit BubbleTypeGroupContext( ::oox::core::ContextHandler2Helper& rParent, TypeGroup…
89 …virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& r…
100 …explicit LineTypeGroupContext( ::oox::core::ContextHandler2Helper& rParent, TypeGroupMo…
103 …virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& r…
[all …]
H A Daxiscontext.hxx42 …explicit AxisDispUnitsContext( ::oox::core::ContextHandler2Helper& rParent, AxisDispUni…
45 …virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& r…
58 …explicit AxisContextBase( ::oox::core::ContextHandler2Helper& rParent, AxisModel& rMode…
61 …virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& r…
71 …explicit CatAxisContext( ::oox::core::ContextHandler2Helper& rParent, AxisModel& rModel…
74 …virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& r…
84 …explicit DateAxisContext( ::oox::core::ContextHandler2Helper& rParent, AxisModel& rMode…
87 …virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& r…
97 …explicit SerAxisContext( ::oox::core::ContextHandler2Helper& rParent, AxisModel& rModel…
100 …virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& r…
[all …]
H A Dchartcontextbase.hxx38 class ContextBase : public ::oox::core::ContextHandler2
41 …inline explicit ContextBase( ::oox::core::ContextHandler2Helper& rParent, ModelType& rModel ) : in ContextBase()
42 ::oox::core::ContextHandler2( rParent ), mrModel( rModel ) {} in ContextBase()
52 class FragmentBase : public ::oox::core::FragmentHandler2
55 …explicit FragmentBase( ::oox::core::XmlFilterBase& rFilter, const ::rtl::OUString& rFra… in FragmentBase()
56 … ::oox::core::FragmentHandler2( rFilter, rFragmentPath, false ), mrModel( rModel ) {} in FragmentBase()
70 …explicit ShapePrWrapperContext( ::oox::core::ContextHandler2Helper& rParent, Shape& rMo…
73 …virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& r…
85 …explicit LayoutContext( ::oox::core::ContextHandler2Helper& rParent, LayoutModel& rMode…
88 …virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& r…
H A Dplotareacontext.hxx42 …explicit View3DContext( ::oox::core::ContextHandler2Helper& rParent, View3DModel& rMode…
45 …virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& r…
58 …explicit WallFloorContext( ::oox::core::ContextHandler2Helper& rParent, WallFloorModel&…
61 …virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& r…
73 …explicit PlotAreaContext( ::oox::core::ContextHandler2Helper& rParent, PlotAreaModel& r…
76 …virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& r…
H A Dtitlecontext.hxx42 …explicit TextContext( ::oox::core::ContextHandler2Helper& rParent, TextModel& rModel );
45 …virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& r…
58 …explicit TitleContext( ::oox::core::ContextHandler2Helper& rParent, TitleModel& rModel …
61 …virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& r…
73 …explicit LegendContext( ::oox::core::ContextHandler2Helper& rParent, LegendModel& rMode…
76 …virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& r…
/AOO41X/main/toolkit/doc/layout/
H A DChangeLog327 * TODO, source/core/proplist.cxx: Grok translatable attributes with
347 * TODO, source/core/import.cxx, source/core/import.hxx,
348 source/core/proplist.cxx, source/core/proplist.hxx,
349 source/core/root.cxx, source/core/root.hxx, workben/zoom-1.xml,
369 * source/core/translate.cxx: Remove #if 0'ed fopen code in
383 * TODO, source/core/makefile.mk, source/core/root.cxx,
384 source/core/translate.cxx, source/core/translate.hxx,
434 * source/core/dialogbuttonhbox.cxx, source/core/helper.cxx,
435 source/core/proplist.cxx, util/makefile.pmk, workben/makefile.mk:
460 * source/core/box.cxx, source/core/box.hxx,
[all …]
/AOO41X/main/xmloff/
H A DLibrary_xo.mk90 xmloff/source/core/DocumentSettingsContext \
91 xmloff/source/core/DomBuilderContext \
92 xmloff/source/core/DomExport \
93 xmloff/source/core/ProgressBarHelper \
94 xmloff/source/core/PropertySetMerger \
95 xmloff/source/core/RDFaExportHelper \
96 xmloff/source/core/RDFaImportHelper \
97 xmloff/source/core/SettingsExportHelper \
98 xmloff/source/core/XMLBase64Export \
99 xmloff/source/core/XMLBase64ImportContext \
[all …]
/AOO41X/main/oox/inc/oox/vml/
H A Dvmlshapecontext.hxx46 class ShapeLayoutContext : public ::oox::core::ContextHandler2
50 ::oox::core::ContextHandler2Helper& rParent,
53 virtual ::oox::core::ContextHandlerRef
62 class ClientDataContext : public ::oox::core::ContextHandler2
66 ::oox::core::ContextHandler2Helper& rParent,
70 virtual ::oox::core::ContextHandlerRef
82 class ShapeContextBase : public ::oox::core::ContextHandler2
85 static ::oox::core::ContextHandlerRef
87 ::oox::core::ContextHandler2Helper& rParent,
93 explicit ShapeContextBase( ::oox::core::ContextHandler2Helper& rParent );
[all …]
H A Dvmltextboxcontext.hxx35 class TextPortionContext : public ::oox::core::ContextHandler2
39 ::oox::core::ContextHandler2Helper& rParent,
45 virtual ::oox::core::ContextHandlerRef
58 class TextBoxContext : public ::oox::core::ContextHandler2
62 ::oox::core::ContextHandler2Helper& rParent,
66 virtual ::oox::core::ContextHandlerRef
/AOO41X/test/testassistant/src/org/openoffice/test/assistant/views/
H A DUIMapOp.java31 import org.eclipse.core.resources.IFile;
32 import org.eclipse.core.resources.IProject;
33 import org.eclipse.core.resources.IWorkspace;
34 import org.eclipse.core.resources.IWorkspaceRoot;
35 import org.eclipse.core.resources.ResourcesPlugin;
36 import org.eclipse.core.runtime.CoreException;
37 import org.eclipse.jdt.core.ICompilationUnit;
38 import org.eclipse.jdt.core.IJavaProject;
39 import org.eclipse.jdt.core.IPackageFragment;
40 import org.eclipse.jdt.core.IPackageFragmentRoot;
[all …]
/AOO41X/test/testgui/.settings/
H A Dorg.eclipse.jdt.core.prefs2 org.eclipse.jdt.core.builder.cleanOutputFolder=clean
3 org.eclipse.jdt.core.builder.duplicateResourceTask=warning
4 org.eclipse.jdt.core.builder.invalidClasspath=abort
5 org.eclipse.jdt.core.builder.recreateModifiedClassFileInOutputFolder=ignore
6 org.eclipse.jdt.core.builder.resourceCopyExclusionFilter=*.launch
7 org.eclipse.jdt.core.circularClasspath=error
8 org.eclipse.jdt.core.classpath.exclusionPatterns=enabled
9 org.eclipse.jdt.core.classpath.multipleOutputLocations=enabled
10 org.eclipse.jdt.core.classpath.outputOverlappingAnotherSource=error
11 org.eclipse.jdt.core.compiler.maxProblemPerUnit=100
[all …]
/AOO41X/main/oox/inc/oox/drawingml/
H A Dfillpropertiesgroupcontext.hxx40 ::oox::core::ContextHandler& rParent,
48 class GradientFillContext : public ::oox::core::ContextHandler
52 ::oox::core::ContextHandler& rParent,
69 class PatternFillContext : public ::oox::core::ContextHandler
73 ::oox::core::ContextHandler& rParent,
92 class ColorChangeContext : public ::oox::core::ContextHandler
96 ::oox::core::ContextHandler& rParent,
116 class BlipContext : public ::oox::core::ContextHandler
120 ::oox::core::ContextHandler& rParent,
137 class BlipFillContext : public ::oox::core::ContextHandler
[all …]
/AOO41X/main/scp2/source/python/
H A Dprofileitem_python.scp53 Value = CONCAT2($ORIGIN/python-core-,PYVERSION);
75 Value = CONCAT9($ORIGIN/python-core-,PYVERSION,
76 /lib $ORIGIN/python-core-,PYVERSION,
77 /lib/lib-dynload $ORIGIN/python-core-,PYVERSION,
78 /lib/lib-tk $ORIGIN/python-core-,PYVERSION,
83 Value = STRING(CONCAT9($ORIGIN/python-core-,PYVERSION,
84 /lib $ORIGIN/python-core-,PYVERSION,
85 /lib/lib-dynload $ORIGIN/python-core-,PYVERSION,
86 /lib/lib-tk $ORIGIN/python-core-,PYVERSION,
89 Value = STRING(CONCAT5($ORIGIN/python-core-,PYVERSION,
[all …]
/AOO41X/main/oox/inc/oox/xls/
H A Dstylesfragment.hxx41 …virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& r…
42 …virtual ::oox::core::ContextHandlerRef onCreateRecordContext( sal_Int32 nRecId, SequenceInputStrea…
55 …virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& r…
72 …virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& r…
88 …virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& r…
106 …virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& r…
123 …virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& r…
139 …virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& r…
140 …virtual ::oox::core::ContextHandlerRef onCreateRecordContext( sal_Int32 nRecId, SequenceInputStrea…
142 virtual const ::oox::core::RecordInfo* getRecordInfos() const;
H A Dpivotcachefragment.hxx45 …virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& r…
47 …virtual ::oox::core::ContextHandlerRef onCreateRecordContext( sal_Int32 nRecId, SequenceInputStrea…
65 …virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& r…
66 …virtual ::oox::core::ContextHandlerRef onCreateRecordContext( sal_Int32 nRecId, SequenceInputStrea…
67 virtual const ::oox::core::RecordInfo* getRecordInfos() const;
85 …virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& r…
86 …virtual ::oox::core::ContextHandlerRef onCreateRecordContext( sal_Int32 nRecId, SequenceInputStrea…
87 virtual const ::oox::core::RecordInfo* getRecordInfos() const;
H A Dpagesettings.hxx30 namespace oox { namespace core { class Relations; } } namespace
98 …void importPageSetup( const ::oox::core::Relations& rRelations, const AttributeList…
100 …void importChartPageSetup( const ::oox::core::Relations& rRelations, const Attribut…
106 …void importPicture( const ::oox::core::Relations& rRelations, const AttributeList& …
113 …void importPageSetup( const ::oox::core::Relations& rRelations, SequenceInputStream…
115 …void importChartPageSetup( const ::oox::core::Relations& rRelations, SequenceInputS…
119 …void importPicture( const ::oox::core::Relations& rRelations, SequenceInputStream& …
154 …void importPictureData( const ::oox::core::Relations& rRelations, const ::rtl::OUSt…
H A Dpivottablefragment.hxx47 …virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& r…
49 …virtual ::oox::core::ContextHandlerRef onCreateRecordContext( sal_Int32 nRecId, SequenceInputStrea…
66 …virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& r…
68 …virtual ::oox::core::ContextHandlerRef onCreateRecordContext( sal_Int32 nRecId, SequenceInputStrea…
85 …virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& r…
86 …virtual ::oox::core::ContextHandlerRef onCreateRecordContext( sal_Int32 nRecId, SequenceInputStrea…
87 virtual const ::oox::core::RecordInfo* getRecordInfos() const;
H A Dexcelhandlers.hxx40 class WorkbookContextBase : public ::oox::core::ContextHandler2, public WorkbookHelper
45 ::oox::core::ContextHandler2( rParent ), WorkbookHelper( rParent ) {} in WorkbookContextBase()
54 class WorksheetContextBase : public ::oox::core::ContextHandler2, public WorksheetHelper
59 ::oox::core::ContextHandler2( rParent ), WorksheetHelper( rParent ) {} in WorksheetContextBase()
68 class WorkbookFragmentBase : public ::oox::core::FragmentHandler2, public WorkbookHelper
82 class WorksheetFragmentBase : public ::oox::core::FragmentHandler2, public WorksheetHelper
153 const ::oox::core::FilterBase& rFilter,
/AOO41X/main/oox/prj/
H A Dd.lst2 mkdir: %_DEST%\inc%_EXT%\oox\core
34 ..\inc\oox\core\filterbase.hxx %_DEST%\inc%_EXT%\oox\core\filterbase.hxx
35 ..\inc\oox\core\filterdetect.hxx %_DEST%\inc%_EXT%\oox\core\filterdetect.hxx
36 ..\inc\oox\core\relations.hxx %_DEST%\inc%_EXT%\oox\core\relations.hxx
37 ..\inc\oox\core\xmlfilterbase.hxx %_DEST%\inc%_EXT%\oox\core\xmlfilterbase.hxx
/AOO41X/main/oox/inc/oox/drawingml/diagram/
H A Ddiagramfragmenthandler.hxx34 class DiagramDataFragmentHandler : public ::oox::core::FragmentHandler
37 …DiagramDataFragmentHandler( oox::core::XmlFilterBase& rFilter, const ::rtl::OUString& rFragmentPat…
50 class DiagramLayoutFragmentHandler : public ::oox::core::FragmentHandler
53 …DiagramLayoutFragmentHandler( oox::core::XmlFilterBase& rFilter, const ::rtl::OUString& rFragmentP…
64 class DiagramQStylesFragmentHandler : public ::oox::core::FragmentHandler
67 …DiagramQStylesFragmentHandler( oox::core::XmlFilterBase& rFilter, const ::rtl::OUString& rFragment…
79 class DiagramColorsFragmentHandler : public ::oox::core::FragmentHandler
82 …DiagramColorsFragmentHandler( ::oox::core::XmlFilterBase& rFilter, const ::rtl::OUString& rFragmen…
/AOO41X/main/oox/inc/oox/ole/
H A Daxcontrolfragment.hxx38 class AxControlPropertyContext : public ::oox::core::ContextHandler2
42 ::oox::core::FragmentHandler2& rFragment,
45 virtual ::oox::core::ContextHandlerRef
56 class AxControlFragment : public ::oox::core::FragmentHandler2
60 ::oox::core::XmlFilterBase& rFilter,
64 virtual ::oox::core::ContextHandlerRef

12345678910>>...20