Searched refs:pDestination (Results 1 – 6 of 6) sorted by relevance
196 css::beans::PropertyValue* pDestination = lDestination.getArray(); in operator >>() local203 pDestination[i].Name = pThis->first ; in operator >>()204 pDestination[i].Value = pThis->second; in operator >>()216 css::beans::NamedValue* pDestination = lDestination.getArray(); in operator >>() local223 pDestination[i].Name = pThis->first ; in operator >>()224 pDestination[i].Value = pThis->second; in operator >>()250 css::uno::Any* pDestination = lDestination.getArray(); in getAsConstAnyList() local261 pDestination[i] = css::uno::makeAny(aProp); in getAsConstAnyList()268 pDestination[i] = css::uno::makeAny(aProp); in getAsConstAnyList()
190 TElementType* pDestination = lDestination.getArray(); in operator >>() local197 pDestination[i] = *pThis; in operator >>()214 TElementType* pDestination = lDestination.getArray(); in operator >>() local221 pDestination[i] = *pThis; in operator >>()
1638 SvLBoxEntry* pDestination = pTarget; in NotifyMoving() local1639 while (GetParent(pDestination) != NULL && GetParent(GetParent(pDestination)) != NULL) in NotifyMoving()1640 pDestination = GetParent(pDestination); in NotifyMoving()1642 SdrObject* pTargetObject = reinterpret_cast<SdrObject*>(pDestination->GetUserData()); in NotifyMoving()1667 else if (GetParent(pDestination) == NULL) in NotifyMoving()1669 rpNewParent = pDestination; in NotifyMoving()1674 rpNewParent = GetParent(pDestination); in NotifyMoving()1675 rNewChildPos = pModel->GetRelPos(pDestination) + 1; in NotifyMoving()
153 css::beans::PropertyValue* pDestination = lDestination.getArray(); in convert_OUStringHash2seqProp() local157 pDestination[nItem].Name = pItem->first ; in convert_OUStringHash2seqProp()158 pDestination[nItem].Value <<= pItem->second; in convert_OUStringHash2seqProp()
235 std::string* pDestination = NULL,632 std::string* pExtensionPath, std::string* pDestination, in main() argument844 extensionDestination = *pDestination; in main()1031 const char* pDestination = aODestination.getStr(); in compileExtensionHelp() local1032 std::string aStdStrDestination = pDestination; in compileExtensionHelp()
451 Reference< XControl > * pDestination = aDescriptor.getArray () ; in getControls() local458 pDestination [ nCount ] = pCopyControl->xControl ; in getControls()
Completed in 99 milliseconds