Home
last modified time | relevance | path

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

/trunk/main/odk/examples/DevelopersGuide/Text/
H A DTextDocuments.java946 String [] aBlockNames = xGroup.getTitles(); in AutoTextExample() local
949 if ( aBlockNames.length > 0 ) in AutoTextExample()
960 if ( ( aBlockNames.length -1 ) > 0 ) in AutoTextExample()
962 (short) (aBlockNames.length - 1), true ); in AutoTextExample()
974 xCellText.setString ( aBlockNames[j] ); in AutoTextExample()
988 String [] aBlockNames; in AutoTextExample() local
1007 aBlockNames = xGroup.getElementNames(); in AutoTextExample()
1012 while ( nDepth < 200 && aBlockNames.length == 0 ); in AutoTextExample()
1014 if ( aBlockNames.length > 0 ) in AutoTextExample()
1019 % aBlockNames.length ); in AutoTextExample()
[all …]
/trunk/main/sw/source/ui/envelp/
H A Dlabelexp.cxx112 uno::Sequence< OUString > aBlockNames = xGroup->getElementNames(); in InitFrameControl() local
115 SetUserData( aBlockNames.getLength(), aTitles.getConstArray(), in InitFrameControl()
116 aBlockNames.getConstArray() ); in InitFrameControl()
178 uno::Sequence<OUString> aBlockNames = xGroup->getElementNames(); in IMPL_LINK() local
180 SetUserData( aBlockNames.getLength(), aTitles.getConstArray(), in IMPL_LINK()
181 aBlockNames.getConstArray() ); in IMPL_LINK()

Completed in 34 milliseconds