Lines Matching refs:pVar
279 SbxVariable* pVar = (SbxVariable*)pSBX; in RequestHelp() local
280 SbxDataType eType = pVar->GetType(); in RequestHelp()
289 aHelpText = pVar->GetName(); in RequestHelp()
293 aHelpText += pVar->GetString(); in RequestHelp()
1643 SbxVariable* pVar = pParams->Get( nParam ); in IMPL_LINK_INLINE_END() local
1644 DBG_ASSERT( pVar, "Parameter?!" ); in IMPL_LINK_INLINE_END()
1645 if ( pVar->GetName().Len() ) in IMPL_LINK_INLINE_END()
1646 aEntry += pVar->GetName(); in IMPL_LINK_INLINE_END()
1654 SbxDataType eType = pVar->GetType(); in IMPL_LINK_INLINE_END()
1658 aEntry += pVar->GetString(); in IMPL_LINK_INLINE_END()
1843 SbxVariable* pVar = pProps->Get( i ); in RequestingChilds() local
1845 String aName( pVar->GetName() ); in RequestingChilds()
1929 SbxVariable* pVar; in ImplGetSBXForEntry() local
1930 if ( pSBX && (pVar = PTR_CAST( SbxVariable, pSBX )) != NULL in ImplGetSBXForEntry()
1936 pVar->Get( aRes ); in ImplGetSBXForEntry()
2037 SbxVariable* pVar = (SbxVariable*)pSBX; in ImplBasicEntryEdited() local
2038 SbxDataType eType = pVar->GetType(); in ImplBasicEntryEdited()
2175 SbxVariable* pVar = (SbxVariable*)pSBX; in UpdateWatches() local
2177 SbxDataType eType = pVar->GetType(); in UpdateWatches()
2181 SbxBase* pBase = pVar->GetObject(); in UpdateWatches()
2246 SbxBase* pBase = pVar->GetObject(); in UpdateWatches()
2302 aWatchStr += pVar->GetString(); in UpdateWatches()
2308 if( !pVar->IsFixed() ) in UpdateWatches()
2310 aTypeStr += getBasicTypeName( pVar->GetType() ); in UpdateWatches()