/aoo41x/main/tools/source/generic/ |
H A D | b3dtrans.cxx | 658 return aVec; in WorldToEyeCoor() 665 return aVec; in EyeToWorldCoor() 674 return aVec; in EyeToViewCoor() 681 aVec = aVec / GetScale(); in ViewToEyeCoor() 683 return aVec; in ViewToEyeCoor() 690 return aVec; in WorldToViewCoor() 697 return aVec; in ViewToWorldCoor() 705 return aVec; in DeviceToViewCoor() 712 aVec = aVec / GetScale(); in ViewToDeviceCoor() 713 return aVec; in ViewToDeviceCoor() [all …]
|
/aoo41x/main/svx/source/engine3d/ |
H A D | viewpt3d2.cxx | 260 basegfx::B3DPoint aVec(rVec); in DoProjection() local 268 aVec.setX(0.0); in DoProjection() 269 aVec.setY(0.0); in DoProjection() 275 fPrDist /= aVec.getZ() - aPRP.getZ(); in DoProjection() 276 aVec.setX(aVec.getX() * fPrDist); in DoProjection() 277 aVec.setY(aVec.getY() * fPrDist); in DoProjection() 281 return aVec; in DoProjection()
|
/aoo41x/main/formula/source/core/api/ |
H A D | FormulaCompiler.cxx | 319 ::std::vector< FormulaOpCodeMapEntry > aVec; in createSequenceOfAvailableMappings() 346 if (aVec.size() < nCount) in createSequenceOfAvailableMappings() 350 aVec.resize( nCount, aEntry); in createSequenceOfAvailableMappings() 357 if (aVec.size() <= nIndex) in createSequenceOfAvailableMappings() 364 aVec.resize( nIndex + 1, aEntry ); in createSequenceOfAvailableMappings() 367 aVec[nIndex] = aEntry; in createSequenceOfAvailableMappings() 400 lclPushOpCodeMapEntry( aVec, mpTable, ocPercentSign ); in createSequenceOfAvailableMappings() 403 lclPushOpCodeMapEntry( aVec, mpTable, ocAdd ); in createSequenceOfAvailableMappings() 472 aVec.push_back( aEntry); in createSequenceOfAvailableMappings() 478 _rCompiler.fillAddInToken(aVec,isEnglish()); in createSequenceOfAvailableMappings() [all …]
|
/aoo41x/main/linguistic/source/ |
H A D | spelldsp.cxx | 68 std::vector< OUString > aVec; member in ProposalList 93 size_t nCnt = aVec.size(); in HasEntry() 96 if (aVec[i] == rText) in HasEntry() 105 aVec.insert( aVec.begin(), rText ); in Prepend() 111 aVec.push_back( rText ); in Append() 142 size_t nLen = aVec.size(); in Count() 145 if (aVec[i].getLength() != 0) in Count() 157 sal_Int32 nLen = aVec.size(); in GetSequence() 160 const OUString &rText = aVec[i]; in GetSequence() 170 size_t nLen = aVec.size(); in Remove() [all …]
|
/aoo41x/main/toolkit/test/accessibility/ |
H A D | AccessibleTextHandler.java | 113 VectorNode aVec = new VectorNode("portions", aParent); in createChild() local 114 aChild = aVec; in createChild() 115 aVec.addChild( in createChild() 119 aVec.addChild( in createChild() 123 aVec.addChild( in createChild() 127 aVec.addChild( in createChild() 131 aVec.addChild( in createChild() 135 aVec.addChild( in createChild() 139 aVec.addChild( in createChild()
|
/aoo41x/main/sc/source/filter/excel/ |
H A D | xecontent.cxx | 170 ScfUInt32Vec aVec; in Save() local 175 if( nSize >= aVec.size() ) aVec.resize( nSize + 1, 0 ); in Save() 176 ++aVec[ nSize ]; in Save() 186 for( size_t nIx = 0, nSize = aVec.size(), nInc = 1; nIx < nSize; nIx += nInc ) in Save() 192 nCount += aVec[ nSubIx ]; in Save() 193 if( aVec[ nSubIx ] > nMaxCount ) nMaxCount = aVec[ nSubIx ]; in Save() 194 nStrings += nSubIx * aVec[ nSubIx ]; in Save()
|
H A D | xelink.cxx | 860 XclExpTabNameVec aVec( mnScCnt ); in CalcSortedIndexes() local 866 rDoc.GetName( nScTab, aVec[ nScTab ].first ); in CalcSortedIndexes() 867 aVec[ nScTab ].second = nScTab; in CalcSortedIndexes() 869 ::std::sort( aVec.begin(), aVec.end() ); in CalcSortedIndexes() 876 maFromSortedVec[ nScTab ] = aVec[ nScTab ].second; in CalcSortedIndexes() 877 maToSortedVec[ aVec[ nScTab ].second ] = nScTab; in CalcSortedIndexes()
|
/aoo41x/main/sw/source/core/doc/ |
H A D | doc.cxx | 1651 std::vector< const SwPageFrm * > aVec; in CalculatePagePairsForProspectPrinting() local 1656 aVec.push_back( pFrm ); in CalculatePagePairsForProspectPrinting() 1660 if ( 1 == aVec.size() ) in CalculatePagePairsForProspectPrinting() 1661 aVec.insert( aVec.begin() + 1, 0 ); // insert a second empty page in CalculatePagePairsForProspectPrinting() 1667 while( aVec.size() & 3 ) in CalculatePagePairsForProspectPrinting() 1668 aVec.push_back( 0 ); in CalculatePagePairsForProspectPrinting() 1674 sal_uInt32 nEPg = aVec.size(); in CalculatePagePairsForProspectPrinting() 1693 pStPage = aVec[ nSPg ]; in CalculatePagePairsForProspectPrinting() 1694 const SwPageFrm* pNxtPage = nEPg < aVec.size() ? aVec[ nEPg ] : 0; in CalculatePagePairsForProspectPrinting()
|
/aoo41x/main/vcl/unx/headless/ |
H A D | svpbmp.cxx | 125 B2IVector aVec( m_aBitmap->getSize() ); in GetSize() local 126 aSize = Size( aVec.getX(), aVec.getY() ); in GetSize()
|
/aoo41x/main/sdext/source/pdfimport/tree/ |
H A D | drawtreevisiting.cxx | 821 ::basegfx::B2DVector aVec(rGC.LineWidth,0); in visit() 822 aVec *= rGC.Transformation; in visit() 824 aVec.setX ( convPx2mmPrec2( aVec.getX() )*100.0 ); in visit() 825 aVec.setY ( convPx2mmPrec2( aVec.getY() )*100.0 ); in visit() 827 aGCProps[ USTR("svg:stroke-width") ] = rtl::OUString::valueOf( aVec.getLength() ); in visit()
|
H A D | writertreevisiting.cxx | 858 ::basegfx::B2DVector aVec(rGC.LineWidth,0); in visit() 859 aVec *= rGC.Transformation; in visit() 861 aVec.setX ( convPx2mmPrec2( aVec.getX() )*100.0 ); in visit() 862 aVec.setY ( convPx2mmPrec2( aVec.getY() )*100.0 ); in visit() 864 aGCProps[ USTR("svg:stroke-width") ] = rtl::OUString::valueOf( aVec.getLength() ); in visit()
|
/aoo41x/main/xmlhelp/source/cxxhelp/provider/ |
H A D | databases.cxx | 829 KeywordInfo::KeywordInfo( const std::vector< KeywordElement >& aVec ) in KeywordInfo() argument 830 : listKey( aVec.size() ), in KeywordInfo() 831 listId( aVec.size() ), in KeywordInfo() 832 listAnchor( aVec.size() ), in KeywordInfo() 833 listTitle( aVec.size() ) in KeywordInfo() 835 for( unsigned int i = 0; i < aVec.size(); ++i ) in KeywordInfo() 837 listKey[i] = aVec[i].key; in KeywordInfo() 838 listId[i] = aVec[i].listId; in KeywordInfo() 839 listAnchor[i] = aVec[i].listAnchor; in KeywordInfo() 840 listTitle[i] = aVec[i].listTitle; in KeywordInfo()
|
/aoo41x/main/xmloff/source/chart/ |
H A D | SchXMLChartContext.cxx | 184 ::std::vector< sal_Int32 > aVec; in lcl_getNumberSequenceFromString() 192 aVec.push_back( rStr.copy( nLastPos, (nPos - nLastPos) ).toInt32() ); in lcl_getNumberSequenceFromString() 201 aVec.push_back( rStr.copy( nLastPos, (rStr.getLength() - nLastPos) ).toInt32() ); in lcl_getNumberSequenceFromString() 204 const sal_Int32 nVecSize = aVec.size(); in lcl_getNumberSequenceFromString() 212 pSeqArr[ nPos ] = aVec[ nPos ]; in lcl_getNumberSequenceFromString() 223 pSeqArr[ nPos+1 ] = aVec[ nPos ]+1; in lcl_getNumberSequenceFromString()
|
/aoo41x/main/basegfx/inc/basegfx/vector/ |
H A D | b3ivector.hxx | 247 B3IVector aVec( in cross() local 251 return aVec; in cross()
|
H A D | b3dvector.hxx | 326 B3DVector aVec( in cross() local 330 return aVec; in cross()
|
/aoo41x/main/svx/source/svdraw/ |
H A D | svdhdl.cxx | 1218 basegfx::B2DVector aVec(a2ndPos.X() - aPos.X(), a2ndPos.Y() - aPos.Y()); in CreateB2dIAObject() local 1219 double fVecLen = aVec.getLength(); in CreateB2dIAObject() 1222 aVec.normalize(); in CreateB2dIAObject() 1223 basegfx::B2DVector aPerpend(-aVec.getY(), aVec.getX()); in CreateB2dIAObject() 1224 sal_Int32 nMidX = (sal_Int32)(aPos.X() + aVec.getX() * fLongPercentArrow); in CreateB2dIAObject() 1225 sal_Int32 nMidY = (sal_Int32)(aPos.Y() + aVec.getY() * fLongPercentArrow); in CreateB2dIAObject()
|
/aoo41x/main/sd/source/ui/view/ |
H A D | sdview4.cxx | 244 Point aVec = aPickObjRect.TopLeft() - aObjRect.TopLeft(); in InsertGraphic() local 245 pNewGrafObj->NbcMove(Size(aVec.X(), aVec.Y())); in InsertGraphic()
|
H A D | sdview3.cxx | 727 Point aVec( aPickObjRect.TopLeft() ); in InsertData() local 735 aVec -= aObjRect.TopLeft(); in InsertData() 736 pNewObj->NbcMove( Size( aVec.X(), aVec.Y() ) ); in InsertData()
|
/aoo41x/main/vbahelper/source/vbahelper/ |
H A D | vbashape.cxx | 462 XNamedObjectCollectionHelper< drawing::XShape >::XNamedVec aVec; in ShapeRange() local 463 aVec.push_back( m_xShape ); in ShapeRange() 464 …tainer::XIndexAccess > xIndexAccess( new XNamedObjectCollectionHelper< drawing::XShape >( aVec ) ); in ShapeRange()
|
/aoo41x/main/oox/source/dump/ |
H A D | dumperbase.cxx | 1149 OUStringVector aVec; in include() local 1150 StringHelper::convertStringToStringList( aVec, rListKeys, true ); in include() 1151 for( OUStringVector::const_iterator aIt = aVec.begin(), aEnd = aVec.end(); aIt != aEnd; ++aIt ) in include() 1157 Int64Vector aVec; in exclude() local 1158 StringHelper::convertStringToIntList( aVec, rKeys, true ); in exclude() 1159 for( Int64Vector::const_iterator aIt = aVec.begin(), aEnd = aVec.end(); aIt != aEnd; ++aIt ) in exclude()
|
/aoo41x/main/sw/source/core/frmedt/ |
H A D | fecopy.cxx | 1416 Point aVec = aOldObjRect.TopLeft() - aNewRect.TopLeft(); in Paste() local 1417 pNewObj->NbcMove(Size(aVec.X(), aVec.Y())); in Paste()
|
/aoo41x/main/sd/source/core/ |
H A D | sdpage.cxx | 2098 Size aVec(aNewPos.X() - aTopLeft.X(), aNewPos.Y() - aTopLeft.Y()); in ScaleObjects() local 2100 if (aVec.Height() != 0 || aVec.Width() != 0) in ScaleObjects() 2102 pObj->NbcMove(aVec); in ScaleObjects()
|