Home
last modified time | relevance | path

Searched refs:eType (Results 576 – 600 of 726) sorted by relevance

1...<<21222324252627282930

/trunk/main/basic/source/inc/
H A Dparser.hxx89 SbiSymDef* CheckRTLForSym( const String& rSym, SbxDataType eType );
/trunk/main/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/
H A DDetailViewManager.java54 final ContentType eType) in ShowPart() argument
/trunk/main/vcl/inc/vcl/
H A Dbtndlg.hxx92 …void AddButton( StandardButtonType eType, sal_uInt16 nId, sal_uInt16 nBtnFlags, long nSepPixel …
H A Dmsgbox.hxx108 virtual Size GetOptimalSize(WindowSizeType eType) const;
H A Dprinterinfomanager.hxx137 PrinterInfoManager( Type eType = Default );
/trunk/main/sal/qa/osl/file/
H A Dosl_File.cxx2788 osl::FileStatus::Type eType = _rFileStatus.getFileType( ); in check_FileType() local
2793 bOK = ( eType == osl::FileStatus::Regular ); in check_FileType()
2798 bOK = ( eType == ::osl::FileStatus::Directory ); in check_FileType()
2836 osl::FileStatus::Type eType = rFileStatus.getFileType( ); in TEST_F()
2838 …ASSERT_TRUE(( eType == ::osl::FileStatus::Volume )) << "test for getFileType function: Volume, it … in TEST_F()
2871 osl::FileStatus::Type eType = rFileStatus.getFileType( ); in TEST_F() local
2873 …ASSERT_TRUE(( eType == ::osl::FileStatus::Fifo )) << "test for getFileType function: Fifo, Solaris… in TEST_F()
2935 osl::FileStatus::Type eType = rFileStatus.getFileType( ); in TEST_F() local
2938 …ASSERT_TRUE(( eType == ::osl::FileStatus::Special )) << "test for getFileType function: Special, S… in TEST_F()
/trunk/main/sot/source/sdstor/
H A Dstgdir.cxx1028 ( StgDirEntry& rStg, const String& rName, StgEntryType eType ) in Create() argument
1032 aEntry.SetType( eType ); in Create()
/trunk/main/sd/source/ui/framework/tools/
H A DFrameworkHelper.cxx681 ::rtl::OUString FrameworkHelper::GetViewURL (ViewShell::ShellType eType) in GetViewURL() argument
683 switch (eType) in GetViewURL()
/trunk/main/linguistic/source/
H A Ddlistimp.cxx384 DictionaryType eType = bNeg ? DictionaryType_NEGATIVE : DictionaryType_POSITIVE; in SearchForDictionaries() local
386 new DictionaryNeo( aDicName, nLang, eType, aURL, bIsWriteablePath ); in SearchForDictionaries()
/trunk/main/dbaccess/source/ui/dlg/
H A Dqueryfilter.cxx320 sal_uInt16 DlgFilterCrit::GetSelectionPos(sal_Int32 eType,const ListBox& rListBox) const in GetSelectionPos() argument
323 switch(eType) in GetSelectionPos()
/trunk/main/sc/source/core/tool/
H A Dcompiler.cxx3073 CellType eType = pCell->GetCellType(); in IsColRowName() local
3074 sal_Bool bOk = sal::static_int_cast<sal_Bool>( (eType == CELLTYPE_FORMULA ? in IsColRowName()
3081 switch ( eType ) in IsColRowName()
3202 CellType eType = pCell->GetCellType(); in IsColRowName() local
3203 sal_Bool bOk = sal::static_int_cast<sal_Bool>( (eType == CELLTYPE_FORMULA ? in IsColRowName()
3210 switch ( eType ) in IsColRowName()
5212 sal_Unicode ScCompiler::GetNativeAddressSymbol( Convention::SpecialSymbolType eType ) const in GetNativeAddressSymbol()
5214 return pConv->getSpecialSymbol(eType); in GetNativeAddressSymbol()
/trunk/main/sw/inc/
H A DEnhancedPDFExportHelper.hxx162 void SetAttributes( vcl::PDFWriter::StructElement eType );
H A Dunoframe.hxx70 const FlyCntType eType; member in SwXFrame
148 FlyCntType GetFlyCntType()const {return eType;} in GetFlyCntType()
/trunk/main/codemaker/source/cppumaker/
H A Dcpputype.cxx4271 ExceptionType eType(reader, typeName, typeMgr); in produceType() local
4272 ret = eType.dump(pOptions); in produceType()
4274 eType.dumpDependedTypes(generated, pOptions); in produceType()
4406 ExceptionType eType(reader, typeName, typeMgr); in produceType() local
4407 ret = eType.dump(pOptions); in produceType()
4409 eType.dumpDependedTypes(generated, pOptions); in produceType()
/trunk/main/sw/source/core/doc/
H A Ddoc.cxx2754 void SwDoc::setExternalData(::sw::tExternalDataType eType, in setExternalData() argument
2757 m_externalData[eType] = pPayload; in setExternalData()
2760 ::sw::tExternalDataPointer SwDoc::getExternalData(::sw::tExternalDataType eType) in getExternalData() argument
2762 return m_externalData[eType]; in getExternalData()
H A Ddoccomp.cxx1833 RedlineType_t eType = pRedl->GetType(); in MergeDoc() local
1835 ( nsRedlineType_t::REDLINE_INSERT == eType || nsRedlineType_t::REDLINE_DELETE == eType )) in MergeDoc()
/trunk/main/svx/inc/svx/
H A Dgraphctl.hxx156 …virtual void Changed( const SdrObject& rObj, SdrUserCallType eType, const Rectangle& rOldBoundRect…
/trunk/main/sw/source/ui/inc/
H A Dfrmmgr.hxx103 void SetHeightSizeType(SwFrmSize eType);
/trunk/main/offapi/com/sun/star/drawing/
H A DXShapeAligner.idl59 [in] com::sun::star::drawing::Alignment eType );
/trunk/main/sw/source/core/unocore/
H A Dunosect.cxx333 SectionType eType = (m_pImpl->m_pProps->m_bDDE) in attach() local
364 eType = TOX_HEADER_SECTION; in attach()
370 SwSectionData aSect(eType, pDoc->GetUniqueSectionName(&tmp)); in attach()
/trunk/main/canvas/source/directx/
H A Ddx_5rm.cxx570 virtual void beginPrimitive( PrimitiveType eType );
2115 void DXRenderModule::beginPrimitive( PrimitiveType eType ) in beginPrimitive() argument
2124 meType=eType; in beginPrimitive()
/trunk/main/svx/source/svdraw/
H A Dsvdotext.cxx1588 SdrFitToSizeType eType = SDRTEXTFIT_NONE; in GetFitToSize() local
1591 eType = ((SdrTextFitToSizeTypeItem&)(GetObjectItem(SDRATTR_TEXT_FITTOSIZE))).GetValue(); in GetFitToSize()
1593 return eType; in GetFitToSize()
/trunk/main/vcl/inc/unx/
H A Dwmadaptor.hxx286 …virtual void setFrameTypeAndDecoration( X11SalFrame* pFrame, WMWindowType eType, int nDecorationFl…
/trunk/main/comphelper/inc/comphelper/
H A Ddocpasswordrequest.hxx91 DocPasswordRequestType eType,
/trunk/main/sw/source/ui/uno/
H A Dunomod.cxx311 SwXPrintSettings::SwXPrintSettings(SwXPrintSettingsType eType, SwDoc* pDoc) in SwXPrintSettings() argument
313 , meType(eType) in SwXPrintSettings()

Completed in 188 milliseconds

1...<<21222324252627282930