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()
1836 SbxVariable* pVar = pProps->Get( i ); in RequestingChilds() local
1838 String aName( pVar->GetName() ); in RequestingChilds()
1922 SbxVariable* pVar; in ImplGetSBXForEntry() local
1923 if ( pSBX && (pVar = PTR_CAST( SbxVariable, pSBX )) != NULL in ImplGetSBXForEntry()
1929 pVar->Get( aRes ); in ImplGetSBXForEntry()
2030 SbxVariable* pVar = (SbxVariable*)pSBX; in ImplBasicEntryEdited() local
2031 SbxDataType eType = pVar->GetType(); in ImplBasicEntryEdited()
2168 SbxVariable* pVar = (SbxVariable*)pSBX; in UpdateWatches() local
2170 SbxDataType eType = pVar->GetType(); in UpdateWatches()
2174 SbxBase* pBase = pVar->GetObject(); in UpdateWatches()
2239 SbxBase* pBase = pVar->GetObject(); in UpdateWatches()
2295 aWatchStr += pVar->GetString(); in UpdateWatches()
2301 if( !pVar->IsFixed() ) in UpdateWatches()
2303 aTypeStr += getBasicTypeName( pVar->GetType() ); in UpdateWatches()