Home
last modified time | relevance | path

Searched refs:pHint (Results 26 – 33 of 33) sorted by relevance

12

/trunk/main/sw/inc/
H A Dndhints.hxx195 bool TryInsertHint( SwTxtAttr * const pHint, SwTxtNode & rNode,
/trunk/main/vcl/source/fontsubset/
H A Dcff.cxx625 const ValType* pHint = &mnHintStack[ nIndex ]; in getHintPair() local
626 *pMin = pHint[0]; in getHintPair()
627 *pEnd = pHint[1]; in getHintPair()
/trunk/main/sw/source/core/text/
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()
/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()
/trunk/main/sc/source/ui/unoobj/
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()
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()

Completed in 190 milliseconds

12