Home
last modified time | relevance | path

Searched refs:pCheck (Results 1 – 17 of 17) sorted by last modified time

/trunk/main/framework/source/loadenv/
H A Dloadenv.cxx131 LoadEnvListener(void* pCheck , in LoadEnvListener() argument
134 m_ppCheck = &pCheck ; in LoadEnvListener()
/trunk/main/toolkit/workben/layout/
H A Deditor.cxx1319 IMPL_LINK( PropertiesList::PropertyEntry::AnyWidget, FlagToggledHdl, layout::CheckBox *, pCheck ) in IMPL_LINK() argument
1322 fprintf(stderr, "Property flag pressed -- is: %d\n", pCheck->IsChecked()); in IMPL_LINK()
1326 bool checked = pCheck->IsChecked(); in IMPL_LINK()
/trunk/main/framework/source/accelerators/
H A Dstorageholder.cxx180 TPath2StorageInfo::iterator pCheck = m_lStorages.find(sCheckPath); in openPath() local
182 if (pCheck != m_lStorages.end()) in openPath()
184 pInfo = &(pCheck->second); in openPath()
256 TPath2StorageInfo::iterator pCheck = m_lStorages.find(sCheckPath); in getAllPathStorages() local
257 if (pCheck == m_lStorages.end()) in getAllPathStorages()
265 TStorageInfo& rInfo = pCheck->second; in getAllPathStorages()
/trunk/main/xmlsecurity/source/dialogs/
H A Dmacrosecurity.cxx125 RadioButton* pCheck = 0; in MacroSecurityLevelTP() local
128 case 3: pCheck = &maVeryHighRB; break; in MacroSecurityLevelTP()
129 case 2: pCheck = &maHighRB; break; in MacroSecurityLevelTP()
130 case 1: pCheck = &maMediumRB; break; in MacroSecurityLevelTP()
131 case 0: pCheck = &maLowRB; break; in MacroSecurityLevelTP()
133 if(pCheck) in MacroSecurityLevelTP()
134 pCheck->Check(); in MacroSecurityLevelTP()
143 if( pCheck && pCheck != &maVeryHighRB) in MacroSecurityLevelTP()
145 long nDiff = pCheck->GetPosPixel().Y() - maVeryHighRB.GetPosPixel().Y(); in MacroSecurityLevelTP()
/trunk/main/vcl/unx/generic/window/
H A Dsalframe.cxx4172 Bool call_checkKeyReleaseForRepeat( Display* pDisplay, XEvent* pCheck, XPointer pX11SalFrame ) in call_checkKeyReleaseForRepeat() argument
4174 return X11SalFrame::checkKeyReleaseForRepeat( pDisplay, pCheck, pX11SalFrame ); in call_checkKeyReleaseForRepeat()
4178 Bool X11SalFrame::checkKeyReleaseForRepeat( Display*, XEvent* pCheck, XPointer pX11SalFrame ) in checkKeyReleaseForRepeat() argument
4182 pCheck->type == XLIB_KeyPress && in checkKeyReleaseForRepeat()
4183 pCheck->xkey.state == pThis->nKeyState_ && in checkKeyReleaseForRepeat()
4184 pCheck->xkey.keycode == pThis->nKeyCode_ && in checkKeyReleaseForRepeat()
4185 pCheck->xkey.time == pThis->nReleaseTime_ ? True : False; in checkKeyReleaseForRepeat()
/trunk/main/sw/source/ui/misc/
H A Dsrtdlg.cxx439 IMPL_LINK( SwSortDlg, CheckHdl, CheckBox *, pCheck ) in IMPL_LINK() argument
441 if( pCheck == ( CheckBox* ) &aRowRB) in IMPL_LINK()
452 else if( pCheck == ( CheckBox* ) &aColumnRB) in IMPL_LINK()
466 pCheck->Check(sal_True); in IMPL_LINK()
/trunk/main/sw/source/core/layout/
H A Dswselectionlist.cxx83 bool SwSelectionList::checkContext( const SwFrm* pCheck ) in checkContext() argument
85 pCheck = getContext( pCheck ); in checkContext()
87 pContext = pCheck; in checkContext()
88 return pContext == pCheck; in checkContext()
H A Dftnfrm.cxx1320 void SwFtnBossFrm::ResetFtn( const SwFtnFrm *pCheck ) in ResetFtn() argument
1324 ASSERT( !pCheck->GetMaster(), "Master not an Master." ); in ResetFtn()
1326 SwNodeIndex aIdx( *pCheck->GetAttr()->GetStartNode(), 1 ); in ResetFtn()
1329 pNd = pCheck->GetFmt()->GetDoc()-> in ResetFtn()
1335 if( pFrm->getRootFrm() == pCheck->getRootFrm() ) in ResetFtn()
1344 if ( pFtn != pCheck ) in ResetFtn()
/trunk/main/sw/source/core/inc/
H A Dswselectionlist.hxx90 bool checkContext( const SwFrm* pCheck );
/trunk/main/sw/source/core/frmedt/
H A Dfeshview.cxx427 const SwFlyFrm* pCheck = pFly ? pTmp : 0; in MoveAnchor() local
428 while( pCheck ) in MoveAnchor()
430 if( pCheck == pFly ) in MoveAnchor()
432 const SwFrm *pNxt = pCheck->GetAnchorFrm(); in MoveAnchor()
433 pCheck = pNxt ? pNxt->FindFlyFrm() : NULL; in MoveAnchor()
435 if( pCheck || pTmp->IsProtected() ) in MoveAnchor()
H A Dfefly1.cxx529 const SwFlyFrm* pCheck = bFlyFrame ? pNewAnch->FindFlyFrm() : 0; in FindAnchorPos() local
532 while( pCheck ) in FindAnchorPos()
534 if( pCheck == pFly ) in FindAnchorPos()
536 const SwFrm *pTmp = pCheck->GetAnchorFrm(); in FindAnchorPos()
537 pCheck = pTmp ? pTmp->FindFlyFrm() : NULL; in FindAnchorPos()
542 if( !pCheck && in FindAnchorPos()
/trunk/main/svx/source/unodraw/
H A Dunoshape.cxx2314 SdrObject* pCheck = in setPropertyValueImpl() local
2317 DBG_ASSERT( pCheck == mpObj.get(), "GetOrdNum() failed!" ); in setPropertyValueImpl()
/trunk/main/sal/inc/systools/win32/
H A Dcomptr.hxx202 ::sal_Bool equals(IUnknown* pCheck) in equals() argument
206 ( ! pCheck ) in equals()
213 ::sal_Bool bEquals = (pCheck == pCurrent); in equals()
/trunk/main/fpicker/source/win32/filepicker/
H A Dcomptr.hxx191 ::sal_Bool equals(IUnknown* pCheck) in equals() argument
195 ( ! pCheck ) in equals()
202 ::sal_Bool bEquals = (pCheck == pCurrent); in equals()
/trunk/main/extensions/source/propctrlr/
H A Dformmetadata.cxx367 …for ( const OPropertyInfoImpl* pCheck = s_pPropertyInfos; pCheck != s_pPropertyInfos + s_nCount - … in getPropertyInfo() local
369 …OSL_ENSURE( pCheck->sName != ( pCheck + 1 )->sName, "OPropertyInfoService::getPropertyInfo: duplic… in getPropertyInfo()
/trunk/main/dbaccess/source/ui/querydesign/
H A DJoinTableView.cxx279 OTableWindow* pCheck = m_aTableMap.begin()->second; in Resize() local
280 Point aRealPos = pCheck->GetPosPixel(); in Resize()
281 Point aAssumedPos = pCheck->GetData()->GetPosition() - GetScrollOffset(); in Resize()
/trunk/main/comphelper/source/misc/
H A Dsequenceashashmap.cxx302 const_iterator pCheck; in match() local
303 for ( pCheck = rCheck.begin(); in match()
304 pCheck != rCheck.end() ; in match()
305 ++pCheck ) in match()
307 const ::rtl::OUString& sCheckName = pCheck->first; in match()
308 const css::uno::Any& aCheckValue = pCheck->second; in match()

Completed in 132 milliseconds