Home
last modified time | relevance | path

Searched refs:cGridOptionsPath (Results 1 – 1 of 1) sorted by relevance

/aoo42x/main/odk/examples/DevelopersGuide/Config/
H A DConfigExamples.java377 final String cGridOptionsPath = "/org.openoffice.Office.Calc/Grid"; in readGridConfiguration() local
380 Object xViewRoot = createConfigurationView(cGridOptionsPath); in readGridConfiguration()
566 final String cGridOptionsPath = "/org.openoffice.Office.Calc/Grid"; in editGridOptions() local
569 Object xViewRoot = createUpdatableView( cGridOptionsPath ); in editGridOptions()
592 changeSomeData( cGridOptionsPath + "/Subdivision" ); in editGridOptions()
796 final String cGridOptionsPath = "/org.openoffice.Office.Calc/Grid";
799 Object xViewRoot = createUpdatableView(cGridOptionsPath);
806 Object xOptions = xHierarchicalAccess.getByHierarchicalName(cGridOptionsPath + "/Option");

Completed in 13 milliseconds