Home
last modified time | relevance | path

Searched refs:aVector (Results 1 – 25 of 62) sorted by path

123

/trunk/main/basegfx/source/curve/
H A Db2dcubicbezier.cxx697 B2DVector aVector(rTestPoint - aInitialPolygon.getB2DPoint(0L)); in getSmallestDistancePointToBezierSegment() local
698 double fQuadDist(aVector.getX() * aVector.getX() + aVector.getY() * aVector.getY()); in getSmallestDistancePointToBezierSegment()
704 aVector = B2DVector(rTestPoint - aInitialPolygon.getB2DPoint(a)); in getSmallestDistancePointToBezierSegment()
705 fNewQuadDist = aVector.getX() * aVector.getX() + aVector.getY() * aVector.getY(); in getSmallestDistancePointToBezierSegment()
729 aVector = B2DVector(rTestPoint - maStartPoint); in getSmallestDistancePointToBezierSegment()
733 aVector = B2DVector(rTestPoint - interpolatePoint(fPosLeft)); in getSmallestDistancePointToBezierSegment()
736 fNewQuadDist = aVector.getX() * aVector.getX() + aVector.getY() * aVector.getY(); in getSmallestDistancePointToBezierSegment()
751 aVector = B2DVector(rTestPoint - maEndPoint); in getSmallestDistancePointToBezierSegment()
755 aVector = B2DVector(rTestPoint - interpolatePoint(fPosRight)); in getSmallestDistancePointToBezierSegment()
758 fNewQuadDist = aVector.getX() * aVector.getX() + aVector.getY() * aVector.getY(); in getSmallestDistancePointToBezierSegment()
/trunk/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()
H A Db3dpolygontools.cxx237 const B3DVector aVector(aNextPoint - aCurrentPoint); in getEdgeLength() local
238 fRetval = aVector.getLength(); in getEdgeLength()
259 const B3DVector aVector(aNextPoint - aCurrentPoint); in getLength() local
260 fRetval += aVector.getLength(); in getLength()
557 B3DVector aVector(aRetval.getB3DPoint(a) - rCenter); in applyDefaultNormalsSphere() local
558 aVector.normalize(); in applyDefaultNormalsSphere()
559 aRetval.setNormal(a, aVector); in applyDefaultNormalsSphere()
651 const B3DVector aVector(aRetval.getB3DPoint(a) - rCenter); in applyDefaultTextureCoordinatesSphere() local
652 const double fY(fOne - ((atan2(aVector.getY(), aVector.getXZLength()) + F_PI2) / F_PI)); in applyDefaultTextureCoordinatesSphere()
684 double fX(fOne - ((atan2(aVector.getZ(), aVector.getX()) + F_PI) / F_2PI)); in applyDefaultTextureCoordinatesSphere()
/trunk/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()
/trunk/main/chart2/source/tools/
H A DInternalDataProvider.cxx403 vector< uno::Any > aVector(1); in InternalDataProvider() local
404 aVector[0] = uno::makeAny( aSimplecategories[nN] ); in InternalDataProvider()
405 aNewCategories.push_back( aVector ); in InternalDataProvider()
/trunk/main/connectivity/source/commontools/
H A DTIndex.cxx46 ::std::vector< ::rtl::OUString> aVector; in OIndexHelper()
47 m_pColumns = new OIndexColumns(this,m_aMutex,aVector); in OIndexHelper()
73 ::std::vector< ::rtl::OUString> aVector; in refreshColumns()
95 aVector.push_back(aColName); in refreshColumns()
101 m_pColumns->reFill(aVector); in refreshColumns()
103 m_pColumns = new OIndexColumns(this,m_aMutex,aVector); in refreshColumns()
H A DTKey.cxx64 ::std::vector< ::rtl::OUString> aVector; in refreshColumns()
67 aVector = m_aProps->m_aKeyColumnNames; in refreshColumns()
68 if ( aVector.empty() ) in refreshColumns()
88 aVector.push_back(aForeignKeyColumn); in refreshColumns()
93 if ( aVector.empty() ) in refreshColumns()
102 aVector.push_back(xRow->getString(4)); in refreshColumns()
110 m_pColumns ->reFill(aVector); in refreshColumns()
112 m_pColumns = new OKeyColumnsHelper(this,m_aMutex,aVector); in refreshColumns()
H A DTTableHelper.cxx266 TStringVector aVector; in refreshColumns() local
299 ::std::insert_iterator< TStringVector >( aVector, aVector.begin() ), in refreshColumns()
305 m_pColumns->reFill(aVector); in refreshColumns()
307 m_pColumns = createColumns(aVector); in refreshColumns()
439 TStringVector aVector; in refreshIndexes() local
464 aVector.push_back(aName); in refreshIndexes()
473 m_pIndexes->reFill(aVector); in refreshIndexes()
475 m_pIndexes = createIndexes(aVector); in refreshIndexes()
/trunk/main/connectivity/source/drivers/adabas/
H A DBCatalog.cxx78 TStringVector aVector; in refreshTables() local
86 fillNames(xResult,aVector); in refreshTables()
90 m_pTables->reFill(aVector); in refreshTables()
97 TStringVector aVector; in refreshViews() local
99 fillVector(s_sView,aVector); in refreshViews()
102 m_pViews->reFill(aVector); in refreshViews()
109 TStringVector aVector; in refreshGroups() local
111 fillVector(s_sGroup,aVector); in refreshGroups()
113 m_pGroups->reFill(aVector); in refreshGroups()
120 TStringVector aVector; in refreshUsers() local
[all …]
H A DBGroup.cxx49 TStringVector aVector; in OAdabasGroup() local
50 m_pUsers = new OUsers(*this,m_aMutex,aVector,m_pConnection,this); in OAdabasGroup()
67 TStringVector aVector; in refreshUsers() local
79 aVector.push_back(xRow->getString(1)); in refreshUsers()
85 m_pUsers->reFill(aVector); in refreshUsers()
87 m_pUsers = new OUsers(*this,m_aMutex,aVector,m_pConnection,this); in refreshUsers()
H A DBIndex.cxx73 TStringVector aVector; in refreshColumns() local
89 aVector.push_back(aColName); in refreshColumns()
96 m_pColumns->reFill(aVector); in refreshColumns()
98 m_pColumns = new OIndexColumns(this,m_aMutex,aVector); in refreshColumns()
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()
/trunk/main/connectivity/source/drivers/ado/
H A DACatalog.cxx57 TStringVector aVector; in refreshTables() local
64 aVector.reserve(nCount); in refreshTables()
78 m_pTables->reFill(aVector); in refreshTables()
85 TStringVector aVector; in refreshViews() local
88 aViews.fillElementNames(aVector); in refreshViews()
91 m_pViews->reFill(aVector); in refreshViews()
98 TStringVector aVector; in refreshGroups() local
104 m_pGroups->reFill(aVector); in refreshGroups()
111 TStringVector aVector; in refreshUsers() local
114 aUsers.fillElementNames(aVector); in refreshUsers()
[all …]
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 DAIndex.cxx66 TStringVector aVector; in refreshColumns() local
72 aColumns.fillElementNames(aVector); in refreshColumns()
76 m_pColumns->reFill(aVector); in refreshColumns()
78 m_pColumns = new OColumns(*this,m_aMutex,aVector,aColumns,isCaseSensitive(),m_pConnection); in refreshColumns()
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 DATable.cxx85 TStringVector aVector; in refreshColumns() local
91 aColumns.fillElementNames(aVector); in refreshColumns()
95 m_pColumns->reFill(aVector); in refreshColumns()
97 …m_pColumns = new OColumns(*this,m_aMutex,aVector,aColumns,isCaseSensitive(),m_pCatalog->getConnect… in refreshColumns()
102 TStringVector aVector; in refreshKeys() local
108 aKeys.fillElementNames(aVector); in refreshKeys()
112 m_pKeys->reFill(aVector); in refreshKeys()
114 m_pKeys = new OKeys(*this,m_aMutex,aVector,aKeys,isCaseSensitive(),m_pCatalog->getConnection()); in refreshKeys()
119 TStringVector aVector; in refreshIndexes() local
125 aIndexes.fillElementNames(aVector); in refreshIndexes()
[all …]
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()
/trunk/main/connectivity/source/drivers/calc/
H A DCCatalog.cxx52 TStringVector aVector; in refreshTables() local
62 aVector.push_back(xRow->getString(3)); in refreshTables()
65 m_pTables->reFill(aVector); in refreshTables()
67 m_pTables = new OCalcTables(m_xMetaData,*this,m_aMutex,aVector); in refreshTables()
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()
/trunk/main/connectivity/source/drivers/dbase/
H A DDCatalog.cxx49 TStringVector aVector; in refreshTables() local
58 aVector.push_back(xRow->getString(3)); in refreshTables()
61 m_pTables->reFill(aVector); in refreshTables()
63 m_pTables = new ODbaseTables(m_xMetaData,*this,m_aMutex,aVector); in refreshTables()
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()
/trunk/main/connectivity/source/drivers/evoab2/
H A DNCatalog.cxx51 TStringVector aVector; in refreshTables() local
65 aVector.push_back(aName); in refreshTables()
69 m_pTables->reFill(aVector); in refreshTables()
71 m_pTables = new OEvoabTables(m_xMetaData,*this,m_aMutex,aVector); in refreshTables()
H A DNTable.cxx64 TStringVector aVector; in refreshColumns() local
78 aVector.push_back(xRow->getString(4)); in refreshColumns()
82 m_pColumns->reFill(aVector); in refreshColumns()
84 m_pColumns = new OEvoabColumns(this,m_aMutex,aVector); in refreshColumns()

Completed in 124 milliseconds

123