Home
last modified time | relevance | path

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

/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/generator/html/
H A Dcode.js81 var aMatches = [];
110 aMatches.push(aParts);
113 return aMatches;
125 function ShowMatches (aMatches, nSelectionIndex) argument
131 var nLineCount = Math.floor((aMatches.length+nMatchesPerLine-1) / nMatchesPerLine);
140 if (nLineEndIndex >= aMatches.length)
141 nLineEndIndex = aMatches.length-1;
146 var aMatch = aMatches[nIndex];
176 if (aMatches.length == 0)
182 if (aMatches.length == 1)
[all …]
/trunk/main/sd/source/core/
H A Dsdpage.cxx166 std::vector< SdrObject* > aMatches; in GetPresObj() local
199 aMatches.push_back( pObj ); in GetPresObj()
204 if( aMatches.size() > 1 ) in GetPresObj()
207 std::sort( aMatches.begin(), aMatches.end(), aSortHelper ); in GetPresObj()
213 if( (nIndex >= 0) && ( aMatches.size() > static_cast<unsigned int>(nIndex)) ) in GetPresObj()
214 return aMatches[nIndex]; in GetPresObj()

Completed in 33 milliseconds