Searched refs:nCommandCount (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/forms/source/helper/ |
H A D | commandimageprovider.cxx | 131 const size_t nCommandCount = _rCommandURLs.getLength(); in getCommandImages() local 132 CommandImages aImages( nCommandCount ); in getCommandImages() 139 Sequence< Reference< XGraphic > > aDocImages( nCommandCount ); in getCommandImages() 140 Sequence< Reference< XGraphic > > aModImages( nCommandCount ); in getCommandImages() 150 …ENSURE_OR_THROW( (size_t)aDocImages.getLength() == nCommandCount, "illegal array size returned by … in getCommandImages() 151 …ENSURE_OR_THROW( (size_t)aModImages.getLength() == nCommandCount, "illegal array size returned by … in getCommandImages() 153 for ( size_t i=0; i<nCommandCount; ++i ) in getCommandImages()
|
/aoo42x/main/ucbhelper/workben/myucp/ |
H A D | myucp_contentcaps.cxx | 147 sal_uInt32 nCommandCount = 4; in getCommands() local 149 nCommandCount++; in getCommands() 152 nCommandCount++; in getCommands() 155 nCommandCount++; in getCommands() 217 ucb::CommandInfo >( aCommandInfoTable, nCommandCount ); in getCommands()
|
/aoo42x/main/oox/source/xls/ |
H A D | connectionsbuffer.cxx | 375 …sal_uInt16 nFlags, nSqlParamCount, nCommandCount, nPostMethodCount, nServerSqlCount, nOdbcConnCoun… in importDbQuery() local 376 …rStrm >> nFlags >> nSqlParamCount >> nCommandCount >> nPostMethodCount >> nServerSqlCount >> nOdbc… in importDbQuery() 392 rWebPr.maUrl = lclReadQueryString( rStrm, nCommandCount ); in importDbQuery()
|
/aoo42x/main/ucb/source/ucp/ext/ |
H A D | ucpext_content.cxx | 548 sal_uInt32 nCommandCount = 5; in getCommands() local 586 return Sequence< CommandInfo >( aCommandInfoTable, nCommandCount ); in getCommands()
|
Completed in 26 milliseconds