Searched refs:aBlockNames (Results 1 – 2 of 2) sorted by relevance
112 uno::Sequence< OUString > aBlockNames = xGroup->getElementNames(); in InitFrameControl() local115 SetUserData( aBlockNames.getLength(), aTitles.getConstArray(), in InitFrameControl()116 aBlockNames.getConstArray() ); in InitFrameControl()178 uno::Sequence<OUString> aBlockNames = xGroup->getElementNames(); in IMPL_LINK() local180 SetUserData( aBlockNames.getLength(), aTitles.getConstArray(), in IMPL_LINK()181 aBlockNames.getConstArray() ); in IMPL_LINK()
946 String [] aBlockNames = xGroup.getTitles(); in AutoTextExample() local949 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() local1007 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 …]
Completed in 20 milliseconds