Home
last modified time | relevance | path

Searched refs:aProv (Results 1 – 25 of 29) sorted by relevance

12

/trunk/main/sc/source/core/data/
H A Dconditio.cxx990 SingleDoubleRefProvider aProv( *t ); in SourceChanged() local
991 if ( aProv.Ref1.IsColRel() || aProv.Ref1.IsRowRel() || aProv.Ref1.IsTabRel() || in SourceChanged()
992 aProv.Ref2.IsColRel() || aProv.Ref2.IsRowRel() || aProv.Ref2.IsTabRel() ) in SourceChanged()
1004 if ( aProv.Ref1.IsColRel() ) in SourceChanged()
1005 nCol2 = rChanged.Col() - aProv.Ref1.nRelCol; in SourceChanged()
1011 if ( aProv.Ref1.IsRowRel() ) in SourceChanged()
1012 nRow2 = rChanged.Row() - aProv.Ref1.nRelRow; in SourceChanged()
1018 if ( aProv.Ref1.IsTabRel() ) in SourceChanged()
1026 if ( aProv.Ref2.IsColRel() ) in SourceChanged()
1033 if ( aProv.Ref2.IsRowRel() ) in SourceChanged()
[all …]
H A Dcell2.cxx651 SingleDoubleRefProvider aProv( *p ); in HasOneReference() local
652 r.aStart.Set( aProv.Ref1.nCol, in HasOneReference()
653 aProv.Ref1.nRow, in HasOneReference()
654 aProv.Ref1.nTab ); in HasOneReference()
655 r.aEnd.Set( aProv.Ref2.nCol, in HasOneReference()
656 aProv.Ref2.nRow, in HasOneReference()
657 aProv.Ref2.nTab ); in HasOneReference()
H A Dcell.cxx2038 SingleDoubleRefProvider aProv( *p ); in GetNextRef() local
2039 rRange.aStart.Set( aProv.Ref1.nCol, aProv.Ref1.nRow, aProv.Ref1.nTab ); in GetNextRef()
2040 rRange.aEnd.Set( aProv.Ref2.nCol, aProv.Ref2.nRow, aProv.Ref2.nTab ); in GetNextRef()
/trunk/main/sc/source/ui/docshell/
H A Ddocsh5.cxx444 ScSizeDeviceProvider aProv(this); in AdjustRowHeight() local
446 sal_Bool bChange = aDocument.SetOptimalHeight( nStartRow,nEndRow, nTab, 0, aProv.GetDevice(), in AdjustRowHeight()
447 aProv.GetPPTX(),aProv.GetPPTY(), aZoom,aZoom, sal_False ); in AdjustRowHeight()
458 ScSizeDeviceProvider aProv(this); in UpdateAllRowHeights() local
460 …aDocument.UpdateAllRowHeights( aProv.GetDevice(), aProv.GetPPTX(), aProv.GetPPTY(), aZoom, aZoom, … in UpdateAllRowHeights()
H A Ddocfunc.cxx164 ScSizeDeviceProvider aProv( &rDocShell ); in AdjustRowHeight() local
167 sal_Bool bChanged = pDoc->SetOptimalHeight( nStartRow, nEndRow, nTab, 0, aProv.GetDevice(), in AdjustRowHeight()
168 aProv.GetPPTX(), aProv.GetPPTY(), aOne, aOne, sal_False ); in AdjustRowHeight()
3103 ScSizeDeviceProvider aProv(&rDocShell); in lcl_GetOptimalColWidth() local
3104 OutputDevice* pDev = aProv.GetDevice(); // has pixel MapMode in lcl_GetOptimalColWidth()
3105 double nPPTX = aProv.GetPPTX(); in lcl_GetOptimalColWidth()
3106 double nPPTY = aProv.GetPPTY(); in lcl_GetOptimalColWidth()
3203 ScSizeDeviceProvider aProv( &rDocShell ); in SetWidthOrHeight() local
3205 pDoc->SetOptimalHeight( nStartNo, nEndNo, nTab, 0, aProv.GetDevice(), in SetWidthOrHeight()
3206 aProv.GetPPTX(), aProv.GetPPTY(), aOne, aOne, bAll ); in SetWidthOrHeight()
/trunk/main/sc/source/ui/view/
H A Dviewfunc.cxx257 ScSizeDeviceProvider aProv(pDocSh); in GetOptimalColWidth() local
258 if (aProv.IsPrinter()) in GetOptimalColWidth()
260 nPPTX = aProv.GetPPTX(); in GetOptimalColWidth()
261 nPPTY = aProv.GetPPTY(); in GetOptimalColWidth()
2215 if (aProv.IsPrinter()) in SetWidthOrHeight()
2217 nPPTX = aProv.GetPPTX(); in SetWidthOrHeight()
2218 nPPTY = aProv.GetPPTY(); in SetWidthOrHeight()
2456 ScSizeDeviceProvider aProv(pDocSh); in ModifyCellSize() local
2457 if (aProv.IsPrinter()) in ModifyCellSize()
2459 nPPTX = aProv.GetPPTX(); in ModifyCellSize()
[all …]
H A Dviewfun2.cxx118 ScSizeDeviceProvider aProv(pDocSh); in AdjustBlockHeight() local
119 if (aProv.IsPrinter()) in AdjustBlockHeight()
121 nPPTX = aProv.GetPPTX(); in AdjustBlockHeight()
122 nPPTY = aProv.GetPPTY(); in AdjustBlockHeight()
139 if (pDoc->SetOptimalHeight( nStartNo, nEndNo, nTab, 0, aProv.GetDevice(), in AdjustBlockHeight()
176 ScSizeDeviceProvider aProv(pDocSh); in AdjustRowHeight() local
177 if (aProv.IsPrinter()) in AdjustRowHeight()
179 nPPTX = aProv.GetPPTX(); in AdjustRowHeight()
180 nPPTY = aProv.GetPPTY(); in AdjustRowHeight()
183 sal_Bool bChanged = pDoc->SetOptimalHeight( nStartRow, nEndRow, nTab, 0, aProv.GetDevice(), in AdjustRowHeight()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_svtools/
H A DAccessibleBrowseBox.java115 … XDispatchProvider aProv = (XDispatchProvider) UnoRuntime.queryInterface(XDispatchProvider.class, in createTestEnvironment() local
123 getting = aProv.queryDispatch(the_url, "_beamer", 12); in createTestEnvironment()
H A DAccessibleBrowseBoxTable.java145 XDispatchProvider aProv = (XDispatchProvider)UnoRuntime.queryInterface( in createTestEnvironment() local
155 getting = aProv.queryDispatch(the_url, "_beamer", 12); in createTestEnvironment()
H A DAccessibleBrowseBoxTableCell.java143 XDispatchProvider aProv = (XDispatchProvider) in createTestEnvironment() local
151 getting = aProv.queryDispatch(the_url,"_beamer",12); in createTestEnvironment()
H A DAccessibleTreeListBox.java151 XDispatchProvider aProv = (XDispatchProvider)UnoRuntime. in createTestEnvironment() local
159 getting = aProv.queryDispatch(the_url, "_beamer", 12); in createTestEnvironment()
H A DAccessibleBrowseBoxHeaderCell.java145 XDispatchProvider aProv = (XDispatchProvider)UnoRuntime. in createTestEnvironment() local
153 getting = aProv.queryDispatch(the_url, "_beamer", 12); in createTestEnvironment()
H A DAccessibleIconChoiceCtrlEntry.java169 XDispatchProvider aProv = (XDispatchProvider)UnoRuntime. in createTestEnvironment() local
190 getting = aProv.queryDispatch(url[0], "", 0); in createTestEnvironment()
H A DAccessibleBrowseBoxHeaderBar.java145 XDispatchProvider aProv = (XDispatchProvider) UnoRuntime.queryInterface( in createTestEnvironment() local
155 getting = aProv.queryDispatch(the_url, "_beamer", 12); in createTestEnvironment()
H A DAccessibleTreeListBoxEntry.java169 XDispatchProvider aProv = (XDispatchProvider) UnoRuntime.queryInterface( in createTestEnvironment() local
179 getting = aProv.queryDispatch(the_url, "_beamer", 12); in createTestEnvironment()
H A DAccessibleIconChoiceCtrl.java165 XDispatchProvider aProv = (XDispatchProvider) UnoRuntime.queryInterface( in createTestEnvironment() local
188 getting = aProv.queryDispatch(url[0], "", 0); in createTestEnvironment()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_toolkit/
H A DAccessibleEdit.java115 XDispatchProvider aProv = (XDispatchProvider) UnoRuntime.queryInterface( in createTestEnvironment() local
138 getting = aProv.queryDispatch(url[0], "", 0); in createTestEnvironment()
H A DAccessibleListBox.java116 XDispatchProvider aProv = (XDispatchProvider) UnoRuntime.queryInterface( in createTestEnvironment() local
139 getting = aProv.queryDispatch(url[0], "", 0); in createTestEnvironment()
H A DAccessibleListItem.java113 XDispatchProvider aProv = (XDispatchProvider) UnoRuntime.queryInterface( in createTestEnvironment() local
136 getting = aProv.queryDispatch(url[0], "", 0); in createTestEnvironment()
H A DAccessibleTabControl.java174 XDispatchProvider aProv = (XDispatchProvider) UnoRuntime.queryInterface( in createTestEnvironment() local
197 getting = aProv.queryDispatch(url[0], "", 0); in createTestEnvironment()
H A DAccessibleList.java92 XDispatchProvider aProv = (XDispatchProvider) UnoRuntime.queryInterface( in createTestEnvironment() local
115 getting = aProv.queryDispatch(url[0], "", 0); in createTestEnvironment()
H A DAccessibleRadioButton.java182 XDispatchProvider aProv = (XDispatchProvider) UnoRuntime.queryInterface( in createTestEnvironment() local
205 getting = aProv.queryDispatch(url[0], "", 0); in createTestEnvironment()
H A DAccessibleTabPage.java182 XDispatchProvider aProv = (XDispatchProvider) UnoRuntime.queryInterface( in createTestEnvironment() local
205 getting = aProv.queryDispatch(url[0], "", 0); in createTestEnvironment()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_dbaccess/
H A DODatasourceBrowser.java225 XDispatchProvider aProv = (XDispatchProvider) UnoRuntime.queryInterface( in createTestEnvironment() local
234 getting = aProv.queryDispatch(the_url, "_beamer", 12); in createTestEnvironment()
H A DOQueryDesign.java82 XDispatchProvider aProv = (XDispatchProvider) in createTestEnvironment() local
131 getting = aProv.queryDispatch(the_url,"Query",12); in createTestEnvironment()

Completed in 137 milliseconds

12