Home
last modified time | relevance | path

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

/aoo41x/test/testcommon/source/org/openoffice/test/
H A DRun.java71 String propEntry = arg.substring(2); in main() local
72 String key = propEntry; in main()
74 int in = propEntry.indexOf("="); in main()
76 key = propEntry.substring(0, in); in main()
77 value = propEntry.substring(++in); in main()
/aoo41x/main/toolkit/workben/layout/
H A Deditor.cxx1261 PropertyEntry *propEntry = PropertyEntry::construct( in addProperties() local
1264 if ( propEntry ) in addProperties()
1266 Add( propEntry->mpLabel, false, false ); in addProperties()
1269 Add( propEntry->mpValue->getWindow(), true, false ); in addProperties()
1270 Add( propEntry->mpValue->getContainer(), true, false ); in addProperties()
1272 Add( propEntry->mpFlag, false, false ); in addProperties()
1273 maPropertiesList.push_back( propEntry ); in addProperties()

Completed in 30 milliseconds