Home
last modified time | relevance | path

Searched refs:pHint (Results 1 – 25 of 33) sorted by path

12

/trunk/main/basic/source/classes/
H A Dsbunoobj.cxx2084 const SbxHint* pHint = PTR_CAST(SbxHint,&rHint); in TYPEINIT1() local
2085 if( pHint ) in TYPEINIT1()
2087 SbxVariable* pVar = pHint->GetVar(); in TYPEINIT1()
2094 if( pHint->GetId() == SBX_HINT_DATAWANTED ) in TYPEINIT1()
2205 if( pHint->GetId() == SBX_HINT_DATAWANTED ) in TYPEINIT1()
3651 const SbxHint* pHint = PTR_CAST(SbxHint,&rHint); in SFX_NOTIFY() local
3652 if( pHint ) in SFX_NOTIFY()
3654 SbxVariable* pVar = pHint->GetVar(); in SFX_NOTIFY()
3881 const SbxHint* pHint = PTR_CAST(SbxHint,&rHint); in SFX_NOTIFY() local
3882 if( pHint ) in SFX_NOTIFY()
[all …]
H A Dsbxmod.cxx774 const SbxHint* pHint = PTR_CAST(SbxHint,&rHint); in SFX_NOTIFY() local
775 if( pHint ) in SFX_NOTIFY()
777 SbxVariable* pVar = pHint->GetVar(); in SFX_NOTIFY()
787 if( pHint->GetId() == SBX_HINT_DATAWANTED ) in SFX_NOTIFY()
808 sal_uIntPtr nId = pHint->GetId(); in SFX_NOTIFY()
1840 const SbxHint* pHint = PTR_CAST(SbxHint,&rHint); in handleProcedureProperties() local
1841 if( pHint ) in handleProcedureProperties()
1843 SbxVariable* pVar = pHint->GetVar(); in handleProcedureProperties()
1849 if( pHint->GetId() == SBX_HINT_DATAWANTED ) in handleProcedureProperties()
1885 else if( pHint->GetId() == SBX_HINT_DATACHANGED ) in handleProcedureProperties()
/trunk/main/basic/source/runtime/
H A Dstdobj.cxx738 const SbxHint* pHint = PTR_CAST(SbxHint,&rHint); in SFX_NOTIFY() local
739 if( pHint ) in SFX_NOTIFY()
741 SbxVariable* pVar = pHint->GetVar(); in SFX_NOTIFY()
743 sal_uIntPtr t = pHint->GetId(); in SFX_NOTIFY()
H A Dstdobj1.cxx156 const SbxHint* pHint = PTR_CAST( SbxHint, &rHint ); in SFX_NOTIFY() local
158 if( pHint ) in SFX_NOTIFY()
160 if( pHint->GetId() == SBX_HINT_INFOWANTED ) in SFX_NOTIFY()
166 SbxVariable* pVar = pHint->GetVar(); in SFX_NOTIFY()
278 const SbxHint* pHint = PTR_CAST( SbxHint, &rHint ); in SFX_NOTIFY() local
280 if( pHint ) in SFX_NOTIFY()
282 if( pHint->GetId() == SBX_HINT_INFOWANTED ) in SFX_NOTIFY()
288 SbxVariable* pVar = pHint->GetVar(); in SFX_NOTIFY()
519 if( pHint ) in SFX_NOTIFY()
521 if( pHint->GetId() == SBX_HINT_INFOWANTED ) in SFX_NOTIFY()
[all …]
/trunk/main/basic/source/sample/
H A Dcollelem.cxx49 const SbxHint* pHint = PTR_CAST(SbxHint,&rHint); in SFX_NOTIFY() local
50 if( pHint ) in SFX_NOTIFY()
52 SbxVariable* pVar = pHint->GetVar(); in SFX_NOTIFY()
54 sal_uIntPtr t = pHint->GetId(); in SFX_NOTIFY()
H A Dobject.cxx169 const SbxHint* pHint = PTR_CAST(SbxHint,&rHint); in SFX_NOTIFY() local
170 if( pHint ) in SFX_NOTIFY()
172 SbxVariable* pVar = pHint->GetVar(); in SFX_NOTIFY()
178 sal_uIntPtr t = pHint->GetId(); in SFX_NOTIFY()
/trunk/main/sc/source/ui/unoobj/
H A Dcellsuno.cxx2703 IMPL_LINK( ScCellRangesBase, ValueListenerHdl, SfxHint*, pHint ) in IMPL_LINK() argument
2705 if ( pDocShell && pHint && pHint->ISA( SfxSimpleHint ) && in IMPL_LINK()
2706 ((const SfxSimpleHint*)pHint)->GetId() & (SC_HINT_DATACHANGED | SC_HINT_DYING) ) in IMPL_LINK()
H A Dchart2uno.cxx2912 IMPL_LINK( ScChart2DataSequence, ValueListenerHdl, SfxHint*, pHint ) in IMPL_LINK() argument
2914 if ( m_pDocument && pHint && pHint->ISA( SfxSimpleHint ) && in IMPL_LINK()
2915 ((const SfxSimpleHint*)pHint)->GetId() & (SC_HINT_DATACHANGED | SC_HINT_DYING) ) in IMPL_LINK()
/trunk/main/sc/source/ui/view/
H A Dtabvwsh5.cxx151 if (pHint->GetStartTab() <= nTab && pHint->GetEndTab() >= nTab) in Notify()
164 PaintArea( pHint->GetStartCol(), pHint->GetStartRow(), in Notify()
165 pHint->GetEndCol(), pHint->GetEndRow() ); in Notify()
167 PaintArea( pHint->GetStartCol(), pHint->GetStartRow(), in Notify()
168 pHint->GetEndCol(), pHint->GetEndRow(), SC_UPDATE_MARKS ); in Notify()
170 PaintLeftArea( pHint->GetStartRow(), pHint->GetEndRow() ); in Notify()
172 PaintTopArea( pHint->GetStartCol(), pHint->GetEndCol() ); in Notify()
174 InvertBlockMark( pHint->GetStartCol(), pHint->GetStartRow(), in Notify()
175 pHint->GetEndCol(), pHint->GetEndRow() ); in Notify()
190 if ( pHint->GetTab() == nTab ) in Notify()
[all …]
/trunk/main/sd/source/ui/accessibility/
H A DAccessibleOutlineEditSource.cxx184 const SfxSimpleHint* pHint = dynamic_cast< const SfxSimpleHint * >( &rHint ); in Notify() local
185 if( pHint && (pHint->GetId() == SFX_HINT_DYING) ) in Notify()
/trunk/main/sfx2/inc/sfx2/
H A Dhintpost.hxx68 void Post( SfxHint* pHint = 0 );
/trunk/main/sfx2/source/appl/
H A Dappcfg.cxx116 SfxSimpleHint* pHint = PTR_CAST( SfxSimpleHint, &rHint ); in Notify() local
117 if( pHint && pHint->GetId() == SFX_HINT_DYING && pTimer->IsActive() ) in Notify()
/trunk/main/svx/source/accessibility/
H A DAccessibleTextHelper.cxx1304 ::std::auto_ptr< SfxHint > pHint( maEventQueue.PopFront() ); in ProcessQueue()
1305 if( pHint.get() ) in ProcessQueue()
1307 const SfxHint& rHint = *(pHint.get()); in ProcessQueue()
/trunk/main/svx/source/form/
H A Dfiltnav.cxx1534 FmFilterInsertedHint* pHint = (FmFilterInsertedHint*)&rHint; in Notify() local
1535 Insert(pHint->GetData(), pHint->GetPos()); in Notify()
1543 FmFilterRemovedHint* pHint = (FmFilterRemovedHint*)&rHint; in Notify() local
1544 Remove(pHint->GetData()); in Notify()
1548 FmFilterTextChangedHint* pHint = (FmFilterTextChangedHint*)&rHint; in Notify() local
1549 SvLBoxEntry* pEntry = FindEntry(pHint->GetData()); in Notify()
1551 SetEntryText( pEntry, pHint->GetData()->GetText()); in Notify()
/trunk/main/sw/inc/
H A Dndhints.hxx195 bool TryInsertHint( SwTxtAttr * const pHint, SwTxtNode & rNode,
/trunk/main/sw/source/core/fields/
H A Dddetbl.cxx102 const SwFieldHint* pHint = dynamic_cast<const SwFieldHint*>( &rHint ); in SwClientNotify() local
103 if ( pHint ) in SwClientNotify()
/trunk/main/sw/source/core/layout/
H A Datrfrm.cxx674 const SwPageDescHint* pHint = dynamic_cast<const SwPageDescHint*>(&rHint); in SwClientNotify() local
675 if ( pHint ) in SwClientNotify()
678 SwFmtPageDesc aDfltDesc( pHint->GetPageDesc() ); in SwClientNotify()
679 SwPageDesc* pDesc = pHint->GetPageDesc(); in SwClientNotify()
H A Dsectfrm.cxx2479 const SwSectionFrmMoveAndDeleteHint* pHint = in SwClientNotify() local
2481 if ( pHint && pHint->GetId() == SFX_HINT_DYING && &rMod == GetRegisteredIn() ) in SwClientNotify()
2483 SwSectionFrm::MoveCntntAndDelete( this, pHint->IsSaveCntnt() ); in SwClientNotify()
/trunk/main/sw/source/core/text/
H A DEnhancedPDFExportHelper.cxx1460 const SwTxtAttr* pHint = mpPorInfo->mrTxtPainter.GetAttr( nIdx ); in BeginInlineStructureElements() local
1462 if ( pHint && RES_TXTATR_FIELD == pHint->Which() ) in BeginInlineStructureElements()
1464 pFld = (SwField*)pHint->GetFmtFld().GetField(); in BeginInlineStructureElements()
H A Ditratr.cxx658 SwTxtAttr *pHint = NULL; in GetMinMaxSize() local
665 !pHint ) in GetMinMaxSize()
668 || ( 0 == ( pHint = aIter.GetAttr( nStop ) ) ) ) in GetMinMaxSize()
715 if( !pHint ) in GetMinMaxSize()
721 switch( pHint->Which() ) in GetMinMaxSize()
725 SwFrmFmt *pFrmFmt = pHint->GetFlyCnt().GetFrmFmt(); in GetMinMaxSize()
767 const XubString aTxt = pHint->GetFtn().GetNumStr(); in GetMinMaxSize()
910 SwTxtAttr* pHint = NULL; in GetScalingOfSelectedText() local
924 (0 == (pHint = aIter.GetAttr(nStop))) in GetScalingOfSelectedText()
969 switch( pHint->Which() ) in GetScalingOfSelectedText()
[all …]
H A Dpormulti.cxx2266 const SwTxtAttr *pHint = GetAttr( nPosition - 1 ); in MakeRestPortion() local
2267 if ( pHint in MakeRestPortion()
2268 && ( pHint->Which() == RES_TXTATR_FIELD in MakeRestPortion()
2269 || pHint->Which() == RES_TXTATR_ANNOTATION ) ) in MakeRestPortion()
2271 pRest = NewFldPortion( GetInfo(), pHint ); in MakeRestPortion()
H A Dtxtfld.cxx91 const SwTxtAttr *pHint ) const in NewFldPortion()
95 SwField *pFld = (SwField*)pHint->GetFmtFld().GetField(); in NewFldPortion()
109 …const_cast<SwFmtFld*> (&pHint->GetFmtFld())->Broadcast( SwFmtFldHint( &pHint->GetFmtFld(), SWFMTFL… in NewFldPortion()
152 &((SwTxtFld*)pHint)->GetTxtNode() ); in NewFldPortion()
411 SwTxtAttr *pHint = GetAttr( rInf.GetIdx() ); in NewExtraPortion() local
413 if( !pHint ) in NewExtraPortion()
421 switch( pHint->Which() ) in NewExtraPortion()
425 pRet = NewFlyCntPortion( rInf, pHint ); in NewExtraPortion()
430 pRet = NewFtnPortion( rInf, pHint ); in NewExtraPortion()
436 pRet = NewFldPortion( rInf, pHint ); in NewExtraPortion()
[all …]
H A Dtxtfly.cxx649 SwTxtAttr *pHint ) const in NewFlyCntPortion()
655 SwFrmFmt* pFrmFmt = ((SwTxtFlyCnt*)pHint)->GetFlyCnt().GetFrmFmt(); in NewFlyCntPortion()
657 pFly = ((SwTxtFlyCnt*)pHint)->GetFlyFrm(pFrame); in NewFlyCntPortion()
H A Dtxtfrm.cxx534 const SwTxtAttr* const pHint( in lcl_HideObj() local
537 if ( pHint ) in lcl_HideObj()
540 static_cast<const SwTxtFlyCnt*>(pHint)->GetFlyCnt().GetFrmFmt(); in lcl_HideObj()
H A Dtxtftn.cxx848 SwTxtAttr *pHint ) in NewFtnPortion() argument
856 SwTxtFtn *pFtn = (SwTxtFtn*)pHint; in NewFtnPortion()

Completed in 432 milliseconds

12