Home
last modified time | relevance | path

Searched refs:aCurType (Results 1 – 7 of 7) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/ui/index/
H A Dcnttab.cxx899 if (aCurType.eType != TOX_INDEX) in ApplyTOXDescription()
926 if(TOX_CONTENT == aCurType.eType) in ApplyTOXDescription()
933 else if(TOX_INDEX == aCurType.eType) in ApplyTOXDescription()
948 else if (TOX_ILLUSTRATIONS == aCurType.eType || TOX_TABLES == aCurType.eType) in ApplyTOXDescription()
962 else if(TOX_OBJECTS == aCurType.eType) in ApplyTOXDescription()
1260 if(TOX_CONTENT == aCurType.eType) in IMPL_LINK()
1270 if (TOX_USER == aCurType.eType) in IMPL_LINK()
1274 else if (TOX_INDEX == aCurType.eType) in IMPL_LINK()
1946 if(TOX_INDEX == aCurType.eType) in Reset()
1970 if( !( aLastTOXType == aCurType )) in ActivatePage()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/ui/index/
H A Dcnttab.cxx911 if (aCurType.eType != TOX_INDEX) in ApplyTOXDescription()
938 if(TOX_CONTENT == aCurType.eType) in ApplyTOXDescription()
945 else if(TOX_INDEX == aCurType.eType) in ApplyTOXDescription()
960 else if (TOX_ILLUSTRATIONS == aCurType.eType || TOX_TABLES == aCurType.eType) in ApplyTOXDescription()
974 else if(TOX_OBJECTS == aCurType.eType) in ApplyTOXDescription()
1272 if(TOX_CONTENT == aCurType.eType) in IMPL_LINK()
1282 if (TOX_USER == aCurType.eType) in IMPL_LINK()
1286 else if (TOX_INDEX == aCurType.eType) in IMPL_LINK()
1948 if(TOX_INDEX == aCurType.eType) in Reset()
1972 if( !( aLastTOXType == aCurType )) in ActivatePage()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/embedserv/source/embed/
H A Ded_ipersiststr.cxx422 wchar_t const * aCurType = getStorageTypeFromGUID_Impl( &m_guid ); // ??? in InitNew() local
426 const_cast<wchar_t *>(aCurType) ); in InitNew()
742 std::u16string_view aCurType = getServiceNameFromGUID_Impl( &m_guid ); // ??? in Load() local
746 const_cast<LPOLESTR>( o3tl::toW(aCurType.data())) ); in Load()
793 aCurType = getServiceNameFromGUID_Impl( &m_guid ); // ??? in Load()
797 const_cast<LPOLESTR>( o3tl::toW(aCurType.data())) ); in Load()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/embedserv/source/embed/
H A Ded_ipersiststr.cxx425 wchar_t const * aCurType = getStorageTypeFromGUID_Impl( &m_guid ); // ??? in InitNew() local
429 const_cast<wchar_t *>(aCurType) ); in InitNew()
745 std::u16string_view aCurType = getServiceNameFromGUID_Impl( &m_guid ); // ??? in Load() local
749 const_cast<LPOLESTR>( o3tl::toW(aCurType.data())) ); in Load()
796 aCurType = getServiceNameFromGUID_Impl( &m_guid ); // ??? in Load()
800 const_cast<LPOLESTR>( o3tl::toW(aCurType.data())) ); in Load()
/dports/editors/libreoffice/libreoffice-7.2.6.2/basic/source/classes/
H A Dsbunoobj.cxx1355 Type aCurType( rType ); in sbxToUnoValue() local
1360 OUString aTypeName = aCurType.getTypeName(); in sbxToUnoValue()
1365aCurType = Type( reinterpret_cast<typelib_IndirectTypeDescription *>(pSeqTD)->pType ); in sbxToUnoValue()
1370 aElemType = aCurType; in sbxToUnoValue()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/basic/source/classes/
H A Dsbunoobj.cxx1348 Type aCurType( rType ); in sbxToUnoValue() local
1353 OUString aTypeName = aCurType.getTypeName(); in sbxToUnoValue()
1358aCurType = Type( reinterpret_cast<typelib_IndirectTypeDescription *>(pSeqTD)->pType ); in sbxToUnoValue()
1363 aElemType = aCurType; in sbxToUnoValue()
/dports/cad/opencascade/opencascade-7.6.0/src/TNaming/
H A DTNaming_Naming.cxx505 TopAbs_ShapeEnum aCurType = (TopAbs_ShapeEnum)aMapIter.Key(); in TestSolution() local
506 for (exp.Init(Res, aCurType) ; exp.More(); exp.Next()) { in TestSolution()