Searched refs:Bundle (Results 1 – 9 of 9) sorted by relevance
/aoo4110/main/filter/source/graphicfilter/icgm/ |
H A D | bundles.hxx | 36 class Bundle class 48 Bundle() {}; in Bundle() function in Bundle 49 virtual Bundle* Clone() { return new Bundle( *this ); }; in Clone() 50 Bundle& operator=( Bundle& rBundle ); 52 virtual ~Bundle() {} ; in ~Bundle() 57 class LineBundle : public Bundle 65 virtual Bundle* Clone() { return new LineBundle( *this ); }; in Clone() 72 class MarkerBundle : public Bundle 87 class EdgeBundle : public Bundle 102 class TextBundle : public Bundle [all …]
|
H A D | elements.cxx | 332 delete (Bundle*)pPtr; in DeleteAllBundles() 348 Bundle* pTempBundle = ( (Bundle*)pPtr)->Clone(); in CopyAllBundles() 356 Bundle* CGMElements::GetBundleIndex( sal_uInt32 nIndex, List& rList, Bundle& rBundle ) in GetBundleIndex() 359 Bundle* pBundle = GetBundle( rList, nIndex ); in GetBundleIndex() 367 Bundle* CGMElements::GetBundle( List& rList, long nIndex ) in GetBundle() 369 Bundle* pBundle = (Bundle*)rList.First(); in GetBundle() 372 pBundle = (Bundle*)rList.Next(); in GetBundle() 379 Bundle* CGMElements::InsertBundle( List& rList, Bundle& rBundle ) in InsertBundle() 381 Bundle* pBundle = GetBundle( rList, rBundle.GetIndex() ); in InsertBundle()
|
H A D | elements.hxx | 133 Bundle* GetBundleIndex( sal_uInt32 nIndex, List&, Bundle& ); 134 Bundle* GetBundle( List& rList, long nIndex ); 135 Bundle* InsertBundle( List&, Bundle& );
|
H A D | bundles.cxx | 33 Bundle& Bundle::operator=( Bundle& rSource ) in operator =() 42 void Bundle::SetColor( sal_uInt32 nColor ) in SetColor() 47 sal_uInt32 Bundle::GetColor() in GetColor()
|
H A D | cgm.hxx | 48 class Bundle;
|
/aoo4110/test/testassistant/META-INF/ |
H A D | MANIFEST.MF | 2 Bundle-ManifestVersion: 2 3 Bundle-Name: VCL Test Assistant - VclExplorer 4 Bundle-SymbolicName: org.openoffice.test.assistant;singleton:=true 5 Bundle-Version: 1.0.3.qualifier 6 Bundle-Activator: org.openoffice.test.assistant.Activator 7 Require-Bundle: org.eclipse.ui, 13 Bundle-ActivationPolicy: lazy 14 Bundle-RequiredExecutionEnvironment: JavaSE-1.6 15 Bundle-ClassPath: ., 17 Bundle-Vendor: Apache OpenOffice
|
/aoo4110/main/scripting/java/ |
H A D | manifest.mf | 5 OpenIDE-Module-Localizing-Bundle: org/openoffice/netbeans/modules/office/Bundle.properties
|
/aoo4110/main/ |
H A D | rat-excludes | 1254 main/scripting/java/org/openoffice/netbeans/modules/office/Bundle.properties
|
/aoo4110/extras/l10n/source/sw-TZ/ |
H A D | localize.sdf | 194 basctl source\basicide\moduldlg.src 0 string RID_STR_PACKAGE_BUNDLE 115 sw-TZ UNO Package Bundle… 1491 …ge\dp_package.src 0 string RID_STR_PACKAGE_BUNDLE 0 sw-TZ UNO Package Bundle 2002-02-02 02:0…
|
Completed in 730 milliseconds