Home
last modified time | relevance | path

Searched refs:pType (Results 201 – 225 of 248) sorted by relevance

12345678910

/trunk/main/bridges/source/cpp_uno/gcc3_linux_powerpc/
H A Dexcept.cxx228 TYPELIB_DANGER_GET( &pTypeDescr, pUnoExc->pType ); in raiseException()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_powerpc64/
H A Dexcept.cxx228 TYPELIB_DANGER_GET( &pTypeDescr, pUnoExc->pType ); in raiseException()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_s390/
H A Dexcept.cxx228 TYPELIB_DANGER_GET( &pTypeDescr, pUnoExc->pType ); in raiseException()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_s390x/
H A Dexcept.cxx228 TYPELIB_DANGER_GET( &pTypeDescr, pUnoExc->pType ); in raiseException()
/trunk/main/svx/source/svdraw/
H A Dsvdoashp.cxx658 void SdrObjCustomShape::MergeDefaultAttributes( const rtl::OUString* pType ) in MergeDefaultAttributes() argument
664 if ( pType && pType->getLength() ) in MergeDefaultAttributes()
666 sal_Int32 nType = pType->toInt32(); in MergeDefaultAttributes()
670 sShapeType = *pType; in MergeDefaultAttributes()
/trunk/main/svx/inc/svx/
H A Dsvdoashp.hxx159 void MergeDefaultAttributes( const rtl::OUString* pType = NULL );
/trunk/main/sd/source/core/
H A Dstlsheet.cxx1249 if( *pEntry->pType != aAny.getValueType() ) in getPropertyValue()
1252 …if( ( *pEntry->pType == ::getCppuType((const sal_Int16*)0)) && aAny.getValueType() == ::getCppuTyp… in getPropertyValue()
/trunk/main/sw/source/core/fields/
H A Dexpfld.cxx1140 SwInputFieldType* pType = new SwInputFieldType( pDoc ); in Copy() local
1141 return pType; in Copy()
/trunk/main/sw/source/ui/app/
H A Ddocsh.cxx990 SwFieldType* pType = GetWrtShell()->GetFldType( RES_POSTITFLD, aEmptyStr ); in GetHiddenInformationState() local
991 SwIterator<SwFmtFld,SwFieldType> aIter( *pType ); in GetHiddenInformationState()
/trunk/main/idl/inc/
H A Dslot.hxx184 SvMetaSlot( SvMetaType * pType );
/trunk/main/sw/source/core/unocore/
H A Dunostyle.cxx2742 …if(rEntry.pType && *(rEntry.pType) == ::getCppuType((const sal_Int16*)0) && *(rEntry.pType) != aRe… in lcl_GetStyleProperty()
4955 …if(pEntry->pType && *(pEntry->pType) == ::getCppuType((const sal_Int16*)0) && *(pEntry->pType) != … in GetPropertyValues_Impl()
/trunk/main/sw/source/filter/ww8/
H A Dww8par5.cxx2861 SwTOXType* pType = (SwTOXType*)rDoc.GetTOXType( TOX_ILLUSTRATIONS, 0); in lcl_toxMatchACSwitch() local
2862 rBase.RegisterToTOXType( *pType ); in lcl_toxMatchACSwitch()
3034 const SwTOXType* pType = rDoc.GetTOXType( eTox, 0 ); in Read_F_Tox() local
3036 SwTOXBase* pBase = new SwTOXBase( pType, aOrigForm, nCreateOf, aEmptyStr ); in Read_F_Tox()
/trunk/main/sw/source/ui/utlui/
H A Dcontent.cxx1318 SwContentType* pType = (SwContentType*)pEntry->GetUserData(); in CreateContextMenu() local
1319 …if ( (pType->GetType() == CONTENT_TYPE_POSTIT) && (!pActiveShell->GetView().GetDocShell()->IsReadO… in CreateContextMenu()
1332 pPop->InsertItem(4, pType->GetSingleName()); in CreateContextMenu()
/trunk/main/extensions/test/ole/OleClient/
H A Dfuncs.cxx179 switch (indirect_td->pType->eTypeClass) in equalSequences()
/trunk/main/bridges/source/jni_uno/
H A Djni_info.h337 buf, ((typelib_IndirectTypeDescription *)td.get())->pType, in append_sig()
/trunk/main/sw/source/core/bastyp/
H A Dcalc.cxx1726 const SwFieldType* pType ) in SwCalcExp() argument
1729 pFldType( pType ) in SwCalcExp()
/trunk/main/dbaccess/source/ui/dlg/
H A DDbAdminImpl.cxx1059 …DBG_ASSERT(pSequenceTD && pSequenceTD->pType, "ODbDataSourceAdministrationHelper::implTranslatePro… in implTranslateProperty()
1061 Type aElementType(pSequenceTD->pType); in implTranslateProperty()
/trunk/main/svx/source/table/
H A Dcell.cxx974 if( *pMap->pType != aAny.getValueType() ) in GetAnyForItem()
977 …if( ( *pMap->pType == ::getCppuType((const sal_Int16*)0)) && aAny.getValueType() == ::getCppuType(… in GetAnyForItem()
/trunk/main/sal/osl/os2/
H A Dfile.cxx2560 char *pType = (char*)(aBuf.aBuf.szName + aBuf.aBuf.cbName + 1); in get_filesystem_attributes() local
2568 rtl_uString_newFromAscii(&pInfo->ustrFileSystemName, pType); in get_filesystem_attributes()
2571 if (strcmp( pType, "FAT" )) in get_filesystem_attributes()
/trunk/main/fpicker/source/unx/gnome/
H A DSalGtkFilePicker.hxx323 GtkWidget *getWidget( sal_Int16 nControlId, GType *pType = NULL);
/trunk/main/testtools/source/bridgetest/
H A Dbridgetest.cxx1042 typelib_TypeDescription* pTdElem = pIndirectTd->pType->pType; in cloneSequence()
/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_x86-64/
H A Duno2cpp.cxx189 sal_Int32 const nRetSize = pReturnTypeRef->pType->nSize; in callVirtualMethod()
H A Dabi.cxx167 if ( ( byteOffset % 8 + pTypeRef->pType->nSize ) <= 4 ) in classify_argument()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_x86-64/
H A Duno2cpp.cxx183 sal_Int32 const nRetSize = pReturnTypeRef->pType->nSize; in callVirtualMethod()
/trunk/main/bridges/source/cpp_uno/s5abi_macosx_x86-64/
H A Duno2cpp.cxx184 sal_Int32 const nRetSize = pReturnTypeRef->pType->nSize; in callVirtualMethod()

Completed in 241 milliseconds

12345678910