Home
last modified time | relevance | path

Searched refs:aVector (Results 26 – 50 of 62) sorted by relevance

123

/aoo42x/main/connectivity/source/drivers/file/
H A DFCatalog.cxx67 TStringVector aVector; in refreshTables() local
71 fillNames(xResult,aVector); in refreshTables()
74 m_pTables->reFill(aVector); in refreshTables()
76 m_pTables = new OTables(m_xMetaData,*this,m_aMutex,aVector); in refreshTables()
/aoo42x/main/connectivity/source/drivers/ado/
H A DAKey.cxx61 TStringVector aVector; in refreshColumns() local
67 aColumns.fillElementNames(aVector); in refreshColumns()
71 m_pColumns->reFill(aVector); in refreshColumns()
73 m_pColumns = new OColumns(*this,m_aMutex,aVector,aColumns,isCaseSensitive(),m_pConnection); in refreshColumns()
H A DAGroup.cxx85 TStringVector aVector; in refreshUsers() local
88 aUsers.fillElementNames(aVector); in refreshUsers()
91 m_pUsers->reFill(aVector); in refreshUsers()
93 m_pUsers = new OUsers(m_pCatalog,m_aMutex,aVector,aUsers,isCaseSensitive()); in refreshUsers()
H A DAUser.cxx68 TStringVector aVector; in refreshGroups() local
70 aGroups.fillElementNames(aVector); in refreshGroups()
72 m_pGroups->reFill(aVector); in refreshGroups()
74 m_pGroups = new OGroups(m_pCatalog,m_aMutex,aVector,aGroups,isCaseSensitive()); in refreshGroups()
/aoo42x/main/odk/examples/java/Inspector/
H A DUnoNode.java262 Vector aVector = new Vector(aList); in removeMandatoryServiceNames() local
266 if (aVector.contains(sDelServiceNames[m])){ in removeMandatoryServiceNames()
267 int nIndex = aVector.indexOf(sDelServiceNames[m]); in removeMandatoryServiceNames()
268 aVector.remove(nIndex); in removeMandatoryServiceNames()
272 String[] sRetArray = new String[aVector.size()]; in removeMandatoryServiceNames()
273 aVector.toArray(sRetArray); in removeMandatoryServiceNames()
/aoo42x/main/connectivity/source/drivers/adabas/
H A DBUser.cxx64 TStringVector aVector; in refreshGroups() local
65 aVector.reserve(7); // we don't know the excatly count of users but this should fit the normal need in refreshGroups()
76 aVector.push_back(xRow->getString(1)); in refreshGroups()
82 m_pGroups->reFill(aVector); in refreshGroups()
84 m_pGroups = new OGroups(*this,m_aMutex,aVector,m_pConnection,this); in refreshGroups()
/aoo42x/main/filter/source/graphicfilter/idxf/
H A Ddxfreprd.cxx195 DXFVector aVector; in ReadHeader() local
202 aVector.fx=rDGR.GetF(10); in ReadHeader()
203 aVector.fy=rDGR.GetF(20); in ReadHeader()
204 aVector.fz=rDGR.GetF(30); in ReadHeader()
205 aBoundingBox.Union(aVector); in ReadHeader()
/aoo42x/main/vcl/source/glyphs/
H A Dgcach_ftyp.cxx1103 FT_Vector aVector; in ApplyGlyphTransform() local
1111 aVector.x = 0; in ApplyGlyphTransform()
1112 aVector.y = 0; in ApplyGlyphTransform()
1121 aVector.x = (FT_Pos)(+rMetrics.descender * mfStretch); in ApplyGlyphTransform()
1122 aVector.y = -rMetrics.ascender; in ApplyGlyphTransform()
1131 aVector.x = -maFaceFT->glyph->metrics.horiAdvance; in ApplyGlyphTransform()
1132 aVector.x += (FT_Pos)(rMetrics.descender * mnSin/65536.0); in ApplyGlyphTransform()
1133 aVector.y = (FT_Pos)(-rMetrics.descender * mfStretch * mnCos/65536.0); in ApplyGlyphTransform()
1146 FT_Glyph_Transform( pGlyphFT, NULL, &aVector ); in ApplyGlyphTransform()
1168 pBmpGlyphFT->left += (aVector.x + 32) >> 6; in ApplyGlyphTransform()
[all …]
/aoo42x/main/sd/source/ui/app/
H A Dsdxfer.cxx357 Size aVector( -aOrigin.X(), -aOrigin.Y() ); in CreateData() local
362 pObj->NbcMove( aVector ); in CreateData()
437 DataFlavorExVector aVector( mpOLEDataHelper->GetDataFlavorExVector() ); in AddSupportedFormats() local
438 DataFlavorExVector::iterator aIter( aVector.begin() ), aEnd( aVector.end() ); in AddSupportedFormats()
/aoo42x/main/svgio/source/svgreader/
H A Dsvggradientnode.cxx258 …dientNode::collectGradientEntries(drawinglayer::primitive2d::SvgGradientEntryVector& aVector) const in collectGradientEntries()
266 mpXLink->collectGradientEntries(aVector); in collectGradientEntries()
307 aVector.push_back( in collectGradientEntries()
/aoo42x/main/connectivity/source/drivers/dbase/
H A DDIndex.cxx97 TStringVector aVector; in refreshColumns() local
102 aVector.push_back(::rtl::OUString::createFromAscii(m_aHeader.db_name)); in refreshColumns()
106 m_pColumns->reFill(aVector); in refreshColumns()
108 m_pColumns = new ODbaseIndexColumns(this,m_aMutex,aVector); in refreshColumns()
H A DDTable.cxx679 TStringVector aVector; in refreshColumns() local
680 aVector.reserve(m_aColumns->get().size()); in refreshColumns()
683 aVector.push_back(Reference< XNamed>(*aIter,UNO_QUERY)->getName()); in refreshColumns()
686 m_pColumns->reFill(aVector); in refreshColumns()
688 m_pColumns = new ODbaseColumns(this,m_aMutex,aVector); in refreshColumns()
694 TStringVector aVector; in refreshIndexes() local
721 aVector.push_back(aURL.getBase()); in refreshIndexes()
731 m_pIndexes->reFill(aVector); in refreshIndexes()
733 m_pIndexes = new ODbaseIndexes(this,m_aMutex,aVector); in refreshIndexes()
/aoo42x/main/basegfx/source/raster/
H A Drasterconvert3d.cxx236 B2DVector aVector(aEnd.getX() - aStart.getX(), aEnd.getY() - aStart.getY()); in rasterconvertB3DEdge() local
237 aVector.normalize(); in rasterconvertB3DEdge()
238 …const B2DVector aPerpend(getPerpendicular(aVector) * ((static_cast<double>(nLineWidth) + 0.5) * 0.… in rasterconvertB3DEdge()
/aoo42x/main/connectivity/source/drivers/flat/
H A DETable.cxx517 TStringVector aVector; in refreshColumns() local
518 aVector.reserve(m_aColumns->get().size()); in refreshColumns()
521 aVector.push_back(Reference< XNamed>(*aIter,UNO_QUERY)->getName()); in refreshColumns()
524 m_pColumns->reFill(aVector); in refreshColumns()
526 m_pColumns = new OFlatColumns(this,m_aMutex,aVector); in refreshColumns()
/aoo42x/main/dbaccess/source/ui/querydesign/
H A DConnectionLine.cxx331 Point aVector(nRectSize,nRectSize); in Draw() local
332 pOutDev->DrawRect( calcRect(m_aSourceDescrLinePos,aVector) ); in Draw()
333 pOutDev->DrawRect( calcRect( m_aDestDescrLinePos,aVector) ); in Draw()
/aoo42x/main/dbaccess/source/core/api/
H A DTableDeco.cxx652 ::std::vector< ::rtl::OUString> aVector; in refreshColumns()
664 aVector.push_back(*pIter); in refreshColumns()
669 …this,m_aMutex,xNames,m_xMetaData.is() && m_xMetaData->supportsMixedCaseQuotedIdentifiers(),aVector, in refreshColumns()
681 m_pColumns->reFill(aVector); in refreshColumns()
/aoo42x/main/sot/source/base/
H A Dformats.cxx1615 DataFlavorExVector aVector; in GetExchangeAction() local
1633 aVector.push_back( aFlavorEx ); in GetExchangeAction()
1636 !IsFormatSupported( aVector, SOT_FORMAT_BITMAP ) ) in GetExchangeAction()
1641 aVector.push_back( aFlavorEx ); in GetExchangeAction()
1646 !IsFormatSupported( aVector, SOT_FORMAT_GDIMETAFILE ) ) in GetExchangeAction()
1651 aVector.push_back( aFlavorEx ); in GetExchangeAction()
1661 return( SotExchange::GetExchangeAction( aVector, nDestination, nSourceOptions, in GetExchangeAction()
/aoo42x/main/sd/source/ui/view/
H A Dsdview3.cxx487 const Size aVector( maDropPos.X() - aCurPos.X(), maDropPos.Y() - aCurPos.Y() ); in InsertData() local
499 pObj->NbcMove(aVector); in InsertData()
558 aPosition.X() += aVector.A(); in InsertData()
559 aPosition.Y() += aVector.B(); in InsertData()
590 aPosition.X() += aVector.A(); in InsertData()
591 aPosition.Y() += aVector.B(); in InsertData()
/aoo42x/main/connectivity/source/drivers/calc/
H A DCTable.cxx647 TStringVector aVector; in refreshColumns() local
651 aVector.push_back(Reference< XNamed>(*aIter,UNO_QUERY)->getName()); in refreshColumns()
654 m_pColumns->reFill(aVector); in refreshColumns()
656 m_pColumns = new OCalcColumns(this,m_aMutex,aVector); in refreshColumns()
/aoo42x/main/package/source/package/zippackage/
H A DZipPackageFolder.cxx467 … uno::Sequence < sal_Int8 > aSalt( 16 ), aVector( rInfo.pStream->GetBlockSize() ); in saveChild() local
469 rtl_random_getBytes ( rRandomPool, aVector.getArray(), aVector.getLength() ); in saveChild()
475 rInfo.pStream->setInitialisationVector ( aVector ); in saveChild()
/aoo42x/main/basegfx/source/polygon/
H A Db2dpolygontools.cxx2519 const B2DVector aVector(rTestPoint - rPointA); in getDistancePointToEndlessRay() local
2520 return aVector.getLength(); in getDistancePointToEndlessRay()
2533 const B2DVector aVector(rTestPoint - aCutPoint); in getDistancePointToEndlessRay() local
2534 return aVector.getLength(); in getDistancePointToEndlessRay()
2543 const B2DVector aVector(rTestPoint - rPointA); in getSmallestDistancePointToEdge() local
2544 return aVector.getLength(); in getSmallestDistancePointToEdge()
2565 const B2DVector aVector(rTestPoint - rPointB); in getSmallestDistancePointToEdge() local
2566 return aVector.getLength(); in getSmallestDistancePointToEdge()
2572 const B2DVector aVector(rTestPoint - aCutPoint); in getSmallestDistancePointToEdge() local
2574 return aVector.getLength(); in getSmallestDistancePointToEdge()
/aoo42x/main/sc/source/ui/app/
H A Ddrwtrans.cxx363 DataFlavorExVector aVector( aOleData.GetDataFlavorExVector() ); in AddSupportedFormats() local
364 DataFlavorExVector::iterator aIter( aVector.begin() ), aEnd( aVector.end() ); in AddSupportedFormats()
/aoo42x/main/starmath/source/
H A Dunomodel.cxx918 vector < const SmSym * > aVector; in _getPropertyValues() local
929 aVector.push_back ( pSymbol ); in _getPropertyValues()
936 … vector < const SmSym * >::const_iterator aIter = aVector.begin(), aEnd = aVector.end(); in _getPropertyValues()
/aoo42x/main/xmlhelp/source/cxxhelp/provider/
H A Ddatabases.cxx907 std::vector<KeywordInfo::KeywordElement> aVector; in getKeyword() local
947 aVector.push_back( KeywordInfo::KeywordElement( this, in getKeyword()
963 std::sort(aVector.begin(),aVector.end(),aComparator); in getKeyword()
965 KeywordInfo* pInfo = it->second = new KeywordInfo( aVector ); in getKeyword()
/aoo42x/main/forms/source/xforms/
H A Dbinding.cxx574 ::std::vector<EvaluationContext> aVector; in _getMIPEvaluationContexts()
583 aVector.push_back( EvaluationContext( *aIter, getModel(), in _getMIPEvaluationContexts()
587 return aVector; in _getMIPEvaluationContexts()

Completed in 190 milliseconds

123