Home
last modified time | relevance | path

Searched refs:pCurrent (Results 51 – 72 of 72) sorted by relevance

123

/aoo42x/main/dbaccess/source/ui/dlg/
H A DDbAdminImpl.cxx783 const SfxPoolItem* pCurrent = _rSource.GetItem((sal_uInt16)*aIter); in fillDatasourceInfo() local
785 if ( pCurrent && (m_aIndirectPropTranslator.end() != aTranslation) ) in fillDatasourceInfo()
790 implTranslateProperty(pCurrent) >>= sCharSet; in fillDatasourceInfo()
795 …aRelevantSettings.insert(PropertyValue(aTranslation->second, 0, implTranslateProperty(pCurrent), P… in fillDatasourceInfo()
/aoo42x/main/i18npool/source/localedata/
H A Dlocaledata.cxx404 LocaleDataLookupTableItem* pCurrent = 0; in getFunctionSymbolByName() local
410 pCurrent = maLookupTable[l]; in getFunctionSymbolByName()
411 if (pCurrent->dllName == aLibTable[i].pLib) in getFunctionSymbolByName()
416 (*pOutCachedItem) = new LocaleDataLookupTableItem( *pCurrent ); in getFunctionSymbolByName()
/aoo42x/main/dbaccess/source/ui/app/
H A DAppDetailPageHelper.cxx798 Window* pCurrent = getCurrentView(); in setDetailPage() local
799 if ( pCurrent ) in setDetailPage()
800 pCurrent->Hide(); in setDetailPage()
806 bHasFocus = pCurrent->HasChildPathFocus(); in setDetailPage()
/aoo42x/main/fpicker/source/office/
H A Diodlg.cxx2579 Control** pCurrent = pControls; in implArrangeControls() local
2580 …( sal_Int32 i = 0; i < sal_Int32(sizeof( pControls ) / sizeof( pControls[ 0 ] )); ++i, ++pCurrent ) in implArrangeControls()
2582 if ( !*pCurrent ) in implArrangeControls()
2587 (*pCurrent)->SetZOrder( pPreviousWin, WINDOW_ZORDER_BEHIND ); in implArrangeControls()
2589 (*pCurrent)->SetZOrder( NULL, WINDOW_ZORDER_FIRST ); in implArrangeControls()
2591 pPreviousWin = *pCurrent; in implArrangeControls()
/aoo42x/main/sfx2/source/appl/
H A Dappuno.cxx1842 SfxObjectShell* pCurrent = pSh; in loadMacro() local
1843 if ( !pCurrent ) in loadMacro()
1845 pCurrent = SfxObjectShell::Current(); in loadMacro()
1868 pDoc = pCurrent; in loadMacro()
1912 else if ( pCurrent ) { in loadMacro()
1913 if ( !pCurrent->AdjustMacroMode( String() ) ) in loadMacro()
1981 if ( !pCurrent->AdjustMacroMode( String() ) ) in loadMacro()
/aoo42x/main/sw/source/core/text/
H A Ditrform2.cxx740 void SwTxtFormatter::CalcAdjustLine( SwLineLayout *pCurrent ) in CalcAdjustLine() argument
744 pCurrent->SetFormatAdj(sal_True); in CalcAdjustLine()
747 CalcAdjLine( pCurrent ); in CalcAdjustLine()
750 UpdatePos( pCurrent, GetTopLeft(), GetStart(), sal_True ); in CalcAdjustLine()
/aoo42x/main/sd/source/ui/view/
H A Doutlview.cxx1448 SdPage* pCurrent = GetPageForParagraph(static_cast<Paragraph*>(pSelList->First()) ); in IMPL_LINK_INLINE_END() local
1449 DBG_ASSERT( pCurrent || in IMPL_LINK_INLINE_END()
1453 if( pCurrent ) in IMPL_LINK_INLINE_END()
1454 return pCurrent; in IMPL_LINK_INLINE_END()
/aoo42x/main/svx/source/form/
H A Ddatanavi.cxx2922 Window** pCurrent = pWinsForHide; in InitFromNode() local
2923 for ( ; i < sizeof( pWinsForHide ) / sizeof( pWinsForHide[ 0 ] ); ++i, ++pCurrent ) in InitFromNode()
2924 (*pCurrent)->Hide(); in InitFromNode()
2930 pCurrent = pWinsForMove; in InitFromNode()
2931 for ( i = 0; i < sizeof( pWinsForMove ) / sizeof( pWinsForMove[ 0 ] ); ++i, ++pCurrent ) in InitFromNode()
2933 Point aNewPos = (*pCurrent)->GetPosPixel(); in InitFromNode()
2935 (*pCurrent)->SetPosPixel( aNewPos ); in InitFromNode()
H A Dnavigatortreemodel.cxx833 SdrObject* pCurrent = pChilds->GetObj(i); in InsertFormComponent() local
834 if (!InsertFormComponent(rHint, pCurrent)) in InsertFormComponent()
H A Dfmvwimp.cxx1693 SdrObject* pCurrent = pMark->GetMarkedSdrObj(); in ObjectRemovedInAliveMode() local
1694 if (pObject == pCurrent) in ObjectRemovedInAliveMode()
/aoo42x/main/sw/source/core/unocore/
H A Dunodraw.cxx987 SdrObject* pCurrent = aIter.Next(); in AddExistingShapeToFmt() local
988 OSL_ENSURE( pCurrent, "SwXShape::AddExistingShapeToFmt: invalid object list element!" ); in AddExistingShapeToFmt()
989 if ( !pCurrent ) in AddExistingShapeToFmt()
993 … uno::Reference< lang::XUnoTunnel > xShapeTunnel( pCurrent->getWeakUnoShape(), uno::UNO_QUERY ); in AddExistingShapeToFmt()
1001 SwFrmFmt* pFmt = ::FindFrmFmt( const_cast< SdrObject* >( pCurrent ) ); in AddExistingShapeToFmt()
1009 lcl_addShapePropertyEventFactories( *pCurrent, *pSwShape ); in AddExistingShapeToFmt()
/aoo42x/main/sw/source/filter/ww8/
H A Dww8atr.cxx392 const SwPageDesc* pCurrent = SwPageDesc::GetPageDescOfNode(rNd); in SetAktPageDescFromNode() local
393 ASSERT(pCurrent && pAktPageDesc, "Not possible surely"); in SetAktPageDescFromNode()
394 if (pAktPageDesc && pCurrent) in SetAktPageDescFromNode()
396 if (pCurrent != pAktPageDesc) in SetAktPageDescFromNode()
398 if (pAktPageDesc->GetFollow() != pCurrent) in SetAktPageDescFromNode()
403 const SwFrmFmt& rFollowFmt = pCurrent->GetMaster(); in SetAktPageDescFromNode()
408 pAktPageDesc = pCurrent; in SetAktPageDescFromNode()
412 const SwFrmFmt &rFmt = pCurrent->GetMaster(); in SetAktPageDescFromNode()
H A Dwrtw8nds.cxx2613 const SwPageDesc *pCurrent = in OutputSectionNode() local
2615 if (!pCurrent) in OutputSectionNode()
2616 pCurrent = pAktPageDesc; in OutputSectionNode()
2618 AppendSection( pCurrent, &rFmt, nRstLnNum ); in OutputSectionNode()
/aoo42x/main/sfx2/source/view/
H A Dviewsh.cxx1418 SfxViewFrame *pCurrent = SfxViewFrame::Current(); in Current() local
1419 return pCurrent ? pCurrent->GetViewShell() : NULL; in Current()
H A Dviewfrm.cxx2016 SfxViewFrame* pCurrent = SfxViewFrame::Current(); in MakeActive_Impl() local
2032 ( !pCurrent || pCurrent->GetParentViewFrame_Impl() != this ) ) in MakeActive_Impl()
/aoo42x/main/dbaccess/source/ui/querydesign/
H A DJoinTableView.cxx291 OTableWindow* pCurrent = aIter->second; in Resize() local
292 Point aPos(pCurrent->GetData()->GetPosition() - GetScrollOffset()); in Resize()
293 pCurrent->SetPosPixel(aPos); in Resize()
/aoo42x/main/sw/source/core/doc/
H A Ddocredln.cxx121 const SwRedline* pCurrent = rTbl[ n ]; in lcl_CheckRedline() local
124 DBG_ASSERT( *pPrev->Start() <= *pCurrent->Start(), in lcl_CheckRedline()
128 DBG_ASSERT( *pPrev->End() <= *pCurrent->Start(), in lcl_CheckRedline()
142 const SwRedline* pCurrent = rTbl[ n ]; in lcl_DebugRedline() local
144 if( pCurrent == pNext ) in lcl_DebugRedline()
/aoo42x/main/unoxml/source/dom/
H A Ddocument.cxx147 CNode *const pCurrent = i->second.second; in RemoveCNode() local
148 if (pCurrent == pCNode) { in RemoveCNode()
/aoo42x/main/xmloff/source/transform/
H A DOasis2OOo.cxx1694 const XMLTransformerContext *pCurrent = GetCurrentContext(); in CreateUserDefinedContext() local
1696 pCurrent ? pCurrent->HasQName( XML_NAMESPACE_FORM, in CreateUserDefinedContext()
/aoo42x/main/svx/source/inc/
H A Dfiltnav.hxx191 void SetCurrentItems(FmFilterItems* pCurrent);
/aoo42x/main/editeng/source/editeng/
H A Dimpedit2.cxx3088 EditCharAttribField* pCurrent = new EditCharAttribField( *pField ); in UpdateFields() local
3099 if ( *pField != *pCurrent ) in UpdateFields()
3104 delete pCurrent; in UpdateFields()
/aoo42x/main/filter/source/msfilter/
H A Dmsdffimp.cxx3698 const sal_Unicode* pCurrent, *pBuf = rText.GetBuffer(); in ReadObjText() local
3703 pCurrent = pBuf; in ReadObjText()
3724 String aParagraph( pCurrent, (sal_uInt16)nParaSize ); in ReadObjText()

Completed in 228 milliseconds

123