/aoo4110/main/sc/source/core/tool/ |
H A D | rangenam.cxx | 78 ScCompiler aComp( pDoc, aPos ); in ScRangeData() local 79 aComp.SetGrammar(eGrammar); in ScRangeData() 80 pCode = aComp.CompileString( rSymbol ); in ScRangeData() 94 aComp.CompileTokenArray(); in ScRangeData() 167 ScCompiler aComp( pDoc, aPos, *pCode ); in ScRangeData() local 168 aComp.SetGrammar(pDoc->GetGrammar()); in ScRangeData() 169 aComp.CompileTokenArray(); in ScRangeData() 243 ScCompiler aComp(pDoc, aPos, *pCode); in GetSymbol() local 244 aComp.SetGrammar(eGrammar); in GetSymbol() 253 aComp.SetGrammar(eGrammar); in UpdateSymbol() [all …]
|
H A D | interpr1.cxx | 804 ScCompare aComp( &aVal1, &aVal2 ); in Compare() local 811 aComp.bEmpty[ i ] = sal_True; in Compare() 816 aComp.bVal[ i ] = sal_True; in Compare() 820 aComp.bVal[ i ] = sal_False; in Compare() 851 return CompareFunc( aComp ); in Compare() 859 ScCompare aComp( &aVal1, &aVal2 ); in CompareMat() local 868 aComp.bEmpty[ i ] = sal_True; in CompareMat() 873 aComp.bVal[ i ] = sal_True; in CompareMat() 877 aComp.bVal[ i ] = sal_False; in CompareMat() 6806 aComp.CompileTokenArray(); in lcl_CreateExternalRefSubroutine() [all …]
|
H A D | parclass.cxx | 470 ScCompiler aComp(NULL,aAddress); in GenerateDocumentation() local 471 …ScCompiler::OpCodeMapPtr xMap( aComp.GetOpCodeMap(::com::sun::star::sheet::FormulaLanguage::ENGLIS… in GenerateDocumentation()
|
/aoo4110/main/qadevOOo/runner/util/ |
H A D | UITools.java | 729 if (aComp != null) { in clickMiddleOfAccessibleObject() 730 Point location = aComp.getLocationOnScreen(); in clickMiddleOfAccessibleObject() 733 aComp.getBounds().Width + "," + in clickMiddleOfAccessibleObject() 734 aComp.getBounds().Height + ")"; in clickMiddleOfAccessibleObject() 738 int x = aComp.getLocationOnScreen().X + (aComp.getBounds().Width / 2); in clickMiddleOfAccessibleObject() 739 int y = aComp.getLocationOnScreen().Y + (aComp.getBounds().Height / 2); in clickMiddleOfAccessibleObject() 761 if (aComp != null) { in doubleClickMiddleOfAccessibleObject() 762 Point location = aComp.getLocationOnScreen(); in doubleClickMiddleOfAccessibleObject() 766 aComp.getBounds().Height + ")"; in doubleClickMiddleOfAccessibleObject() 770 int x = aComp.getLocationOnScreen().X + (aComp.getBounds().Width / 2); in doubleClickMiddleOfAccessibleObject() [all …]
|
H A D | AccessibilityTools.java | 347 XAccessibleComponent aComp = (XAccessibleComponent) UnoRuntime.queryInterface( in printAccessibleTree() local 350 if (aComp != null) { in printAccessibleTree() 351 String bounds = "(" + aComp.getBounds().X + "," + in printAccessibleTree() 352 aComp.getBounds().Y + ")" + " (" + in printAccessibleTree() 353 aComp.getBounds().Width + "," + in printAccessibleTree() 354 aComp.getBounds().Height + ")"; in printAccessibleTree()
|
/aoo4110/main/sc/source/core/data/ |
H A D | cell.cxx | 714 aComp.SetGrammar(eTempGrammar); in ScFormulaCell() 715 bSubTotal = aComp.CompileTokenArray(); in ScFormulaCell() 716 nFormatType = aComp.GetNumFormatType(); in ScFormulaCell() 882 aComp.SetGrammar(eGrammar); in GetFormula() 931 ScCompiler aComp( pDocument, aPos); in Compile() local 932 aComp.SetGrammar(eGrammar); in Compile() 933 pCode = aComp.CompileString( rFormula ); in Compile() 979 bSubTotal = aComp.CompileTokenArray(); in CompileTokenArray() 1006 aComp.SetGrammar(eTempGrammar); in CompileXML() 1026 bSubTotal = aComp.CompileTokenArray(); in CompileXML() [all …]
|
H A D | conditio.cxx | 305 ScCompiler aComp( pDoc, aSrcPos ); in Compile() local 309 aComp.SetGrammar( eGrammar1 ); in Compile() 346 aComp.SetGrammar( eGrammar2 ); in Compile() 550 ScCompiler aComp( pDoc, aSrcPos, *pFormula1); in UpdateMoveTab() local 551 aComp.SetGrammar(pDoc->GetGrammar()); in UpdateMoveTab() 557 ScCompiler aComp( pDoc, aSrcPos, *pFormula2); in UpdateMoveTab() local 558 aComp.SetGrammar(pDoc->GetGrammar()); in UpdateMoveTab() 903 aComp.SetGrammar(eGrammar); in GetExpression() 904 aComp.CreateStringFromTokenArray( aRet ); in GetExpression() 920 aComp.SetGrammar(eGrammar); in GetExpression() [all …]
|
H A D | cell2.cxx | 835 ScCompiler aComp(pDocument, aPos, *pCode); in UpdateReference() local 836 aComp.SetGrammar(pDocument->GetGrammar()); in UpdateReference() 840 bRangeModified = aComp.HasModifiedRange(); in UpdateReference() 1052 ScCompiler aComp(pDocument, aPos, *pCode); in UpdateInsertTab() local 1053 aComp.SetGrammar(pDocument->GetGrammar()); in UpdateInsertTab() 1054 pRangeData = aComp.UpdateInsertTab( nTable, sal_False ); in UpdateInsertTab() 1088 ScCompiler aComp(pDocument, aPos, *pCode); in UpdateDeleteTab() local 1089 aComp.SetGrammar(pDocument->GetGrammar()); in UpdateDeleteTab() 1125 ScCompiler aComp(pDocument, aPos, *pCode); in UpdateMoveTab() local 1126 aComp.SetGrammar(pDocument->GetGrammar()); in UpdateMoveTab() [all …]
|
H A D | dptabres.cxx | 3120 ScDPRowMembersOrder aComp( *this, nSortMeasure, bSortAscending ); in SortMembers() local 3121 ::std::sort( aMemberOrder.begin(), aMemberOrder.end(), aComp ); in SortMembers() 3161 ScDPRowMembersOrder aComp( *this, nAutoMeasure, !bAutoTopItems ); in DoAutoShow() local 3162 ::std::sort( aAutoOrder.begin(), aAutoOrder.end(), aComp ); in DoAutoShow() 3660 ScDPColMembersOrder aComp( *this, pRefDim->GetSortMeasure(), pRefDim->IsSortAscending() ); in SortMembers() local 3661 ::std::sort( rMemberOrder.begin(), rMemberOrder.end(), aComp ); in SortMembers() 3713 ScDPColMembersOrder aComp( *this, pRefDim->GetAutoMeasure(), !pRefDim->IsAutoTopItems() ); in DoAutoShow() local 3714 ::std::sort( aAutoOrder.begin(), aAutoOrder.end(), aComp ); in DoAutoShow()
|
/aoo4110/main/forms/qa/integration/forms/ |
H A D | dbfTools.java | 46 static public XPropertySet queryPropertySet( Object aComp ) in queryPropertySet() argument 48 return UnoRuntime.queryInterface( XPropertySet.class, aComp ); in queryPropertySet() 54 static public XIndexContainer queryIndexContainer( Object aComp ) in queryIndexContainer() argument 56 return UnoRuntime.queryInterface( XIndexContainer.class, aComp ); in queryIndexContainer() 62 static public XComponent queryComponent( Object aComp ) in queryComponent() argument 64 return UnoRuntime.queryInterface( XComponent.class, aComp ); in queryComponent()
|
/aoo4110/main/odk/examples/DevelopersGuide/Charts/ |
H A D | SelectionChangeListener.java | 119 XComponent aComp = (XComponent) UnoRuntime.queryInterface( XComponent.class, aSelSupp ); in run() local 120 if( aComp != null ) { in run() 121 aComp.addEventListener( this ); in run() 145 XComponent aComp = (XComponent) UnoRuntime.queryInterface( XComponent.class, aSourceObj ); in disposing() local 146 if( aComp != null ) in disposing() 147 aComp.removeEventListener( this ); in disposing()
|
/aoo4110/main/basebmp/source/ |
H A D | polypolygonrenderer.cxx | 86 RasterConvertVertexComparator aComp; in setupGlobalEdgeTable() local 91 aComp ); in setupGlobalEdgeTable() 103 static RasterConvertVertexComparator aComp; in sortAET() local 119 std::stable_sort( rAETDest.begin(), rAETDest.end(), aComp ); in sortAET()
|
/aoo4110/main/basebmp/inc/basebmp/ |
H A D | polypolygonrenderer.hxx | 195 detail::RasterConvertVertexComparator aComp; in renderClippedPolyPolygon() local 216 aComp ), in renderClippedPolyPolygon() 303 if( !aComp(*(*pAET)[0], *(*pAET)[1]) ) in renderClippedPolyPolygon() 326 if( aComp(**(currVertex+1),**currVertex) ) in renderClippedPolyPolygon() 330 if( aComp(**currVertex,**prevVertex) ) in renderClippedPolyPolygon()
|
/aoo4110/main/sc/source/ui/view/ |
H A D | tabvwsha.cxx | 562 ScCompiler aComp( pDoc, aPos ); in IsRefInputMode() local 563 aComp.SetGrammar(pDoc->GetGrammar()); in IsRefInputMode() 564 aComp.SetCloseBrackets( false ); in IsRefInputMode() 565 ScTokenArray* pArr = aComp.CompileString( aString ); in IsRefInputMode()
|
H A D | viewfunc.cxx | 463 ScCompiler aComp( pDoc, aPos); in EnterData() local 464 aComp.SetGrammar(pDoc->GetGrammar()); in EnterData() 466 aComp.SetAutoCorrection( sal_True ); in EnterData() 469 aComp.SetExtendedErrorDetection( true ); in EnterData() 478 ScTokenArray* pArrFirst = pArr = aComp.CompileString( aFormula ); in EnterData() 479 sal_Bool bCorrected = aComp.IsCorrected(); in EnterData() 482 pArr = aComp.CompileString( aComp.GetCorrectedFormula() ); in EnterData() 487 aComp.CompileTokenArray(); in EnterData() 488 bCorrected |= aComp.IsCorrected(); in EnterData() 496 aCorrectedFormula += aComp.GetCorrectedFormula(); in EnterData() [all …]
|
H A D | viewfun4.cxx | 263 ScCompiler aComp( pDoc, aPos); in DoRefConversion() local 264 aComp.SetGrammar(pDoc->GetGrammar()); in DoRefConversion() 265 ScTokenArray* pArr = aComp.CompileString( aNew ); in DoRefConversion()
|
/aoo4110/main/oox/source/xls/ |
H A D | condformatbuffer.cxx | 538 OUString aAddress, aRanges, aText, aComp; in finalizeImport() local 573 if( aComp.getLength() == 0 ) in finalizeImport() 574 aComp = maModel.mbAboveAverage ? in finalizeImport() 577 aReplaceFormula = aReplaceFormula.replaceAt( nStrPos, 2, aComp ); in finalizeImport()
|
/aoo4110/main/chart2/source/controller/accessibility/ |
H A D | AccessibleBase.cxx | 731 Reference< XAccessibleComponent > aComp; in getAccessibleAtPoint() local 735 aComp.set( *aIter, UNO_QUERY ); in getAccessibleAtPoint() 736 if( aComp.is()) in getAccessibleAtPoint() 738 aRect = aComp->getBounds(); in getAccessibleAtPoint()
|
/aoo4110/main/cppuhelper/source/ |
H A D | shlib.cxx | 219 OUString aComp; in makeComponentPath() local 221 FileBase::getSystemPathFromFileURL( rLibName, aComp ) ); in makeComponentPath() 225 FileBase::getSystemPathFromFileURL( rPath, aComp ) ); in makeComponentPath()
|
/aoo4110/main/dbaccess/source/core/api/ |
H A D | SingleSelectQueryComposer.cxx | 1361 …::comphelper::UStringMixEqual aComp(static_cast< ::comphelper::UStringMixLess*>(&aTmp)->isCaseSens… in getTableAlias() 1373 if(aComp(aCatalog,aCatalog2) && aComp(aSchema,aSchema2) && aComp(aTable,aTable2)) in getTableAlias()
|
/aoo4110/main/sc/source/ui/docshell/ |
H A D | impex.cxx | 1656 ScCompiler aComp( pDoc, aPos); in Sylk2Doc() local 1657 aComp.SetGrammar(eGrammar); in Sylk2Doc() 1658 ScTokenArray* pCode = aComp.CompileString( aText ); in Sylk2Doc()
|
H A D | docfunc.cxx | 1000 ScCompiler aComp( pDoc, rPos ); in InterpretEnglishString() local 1001 aComp.SetGrammar(eGrammar); in InterpretEnglishString() 1002 pCode = aComp.CompileString( rText ); in InterpretEnglishString() 3856 ScCompiler aComp( pDoc, rRange.aStart); in EnterMatrix() local 3857 aComp.SetGrammar(eGrammar); in EnterMatrix() 3858 ScTokenArray* pCode = aComp.CompileString( rString ); in EnterMatrix()
|
/aoo4110/main/sc/source/ui/app/ |
H A D | inputhdl.cxx | 111 ScCompiler aComp(pDoc, ScAddress()); in lcl_getSheetSeparator() local 112 aComp.SetGrammar(pDoc->GetGrammar()); in lcl_getSheetSeparator() 113 return aComp.GetNativeAddressSymbol(ScCompiler::Convention::SHEET_SEPARATOR); in lcl_getSheetSeparator()
|
/aoo4110/main/sc/source/filter/excel/ |
H A D | xechart.cxx | 929 ScCompiler aComp( GetDocPtr(), ScAddress() ); in ConvertDataSequence() local 930 aComp.SetGrammar( GetDocPtr()->GetGrammar() ); in ConvertDataSequence() 931 ScTokenArray* pArray = aComp.CompileString( aRangeRepr ); in ConvertDataSequence()
|
H A D | xichart.cxx | 843 ScCompiler aComp( GetDocPtr(), ScAddress(), *mxTokenArray ); in CreateDataSequence() local 844 aComp.SetGrammar( ::formula::FormulaGrammar::GRAM_ENGLISH ); in CreateDataSequence() 846 aComp.CreateStringFromTokenArray( aRangeRep ); in CreateDataSequence()
|