/trunk/main/toolkit/source/layout/core/ |
H A D | helper.cxx | 529 window->SetType (WINDOW_OKBUTTON); in layoutCreateWindow() 535 window->SetType (WINDOW_CANCELBUTTON); in layoutCreateWindow() 541 window->SetType (WINDOW_OKBUTTON); in layoutCreateWindow() 546 window->SetType (WINDOW_CANCELBUTTON); in layoutCreateWindow() 573 window->SetType (WINDOW_HELPBUTTON); in layoutCreateWindow() 579 window->SetType (WINDOW_MOREBUTTON); in layoutCreateWindow()
|
/trunk/main/idl/source/objects/ |
H A D | types.cxx | 1145 void SvMetaType::SetType( int nT ) in SetType() function in SvMetaType 1276 SetType( TYPE_BASE ); in SetCall0() 1282 SetType( TYPE_POINTER ); in SetCall0() 1310 SetType( TYPE_BASE ); in SetCall1() 1316 SetType( TYPE_POINTER ); in SetCall1() 1465 SetType( TYPE_CLASS ); in ReadHeaderSvIdl() 1471 SetType( TYPE_STRUCT ); in ReadHeaderSvIdl() 1476 SetType( TYPE_UNION ); in ReadHeaderSvIdl() 1482 SetType( TYPE_ENUM ); in ReadHeaderSvIdl() 1506 SetType( TYPE_METHOD ); in ReadHeaderSvIdl() [all …]
|
/trunk/main/sd/source/ui/app/ |
H A D | sdpopup.cxx | 210 ( (SvxDateField*) pNewField )->SetType( eType ); in GetField() 243 ( (SvxExtTimeField*) pNewField )->SetType( eType ); in GetField() 289 ( (SvxExtFileField*) pNewField )->SetType( eType ); in GetField() 319 ( (SvxAuthorField*) pNewField )->SetType( eType ); in GetField()
|
/trunk/main/sd/source/ui/dlg/ |
H A D | dlgfield.cxx | 109 ( (SvxDateField*) pNewField )->SetType( eType ); in GetField() 126 ( (SvxExtTimeField*) pNewField )->SetType( eType ); in GetField() 155 ( (SvxExtFileField*) pNewField )->SetType( eType ); in GetField() 174 ( (SvxAuthorField*) pNewField )->SetType( eType ); in GetField()
|
/trunk/main/editeng/inc/editeng/ |
H A D | flditem.hxx | 137 void SetType( SvxDateType eTp ) { eType = eTp; } in SetType() function in SvxDateField 277 void SetType( SvxTimeType eTp ) { eType = eTp; } in SetType() function in SvxExtTimeField 324 void SetType( SvxFileType eTp ) { eType = eTp; } in SetType() function in SvxExtFileField 372 void SetType( SvxAuthorType eTp ) { eType = eTp; } in SetType() function in SvxAuthorField
|
/trunk/main/toolkit/workben/layout/ |
H A D | zoom.cxx | 58 void SetType( char const* s ) in SetType() function 566 aZoomItem.SetType( SVX_ZOOM_OPTIMAL ); in IMPL_LINK() 568 aZoomItem.SetType( SVX_ZOOM_PAGEWIDTH ); in IMPL_LINK() 570 aZoomItem.SetType( SVX_ZOOM_WHOLEPAGE ); in IMPL_LINK()
|
/trunk/main/basic/source/comp/ |
H A D | symtbl.cxx | 338 void SbiSymDef::SetType( SbxDataType t ) in SetType() function in SbiSymDef 437 void SbiProcDef::SetType( SbxDataType t ) in SetType() function in SbiProcDef 439 SbiSymDef::SetType( t ); in SetType() 440 aParams.Get( 0 )->SetType( eType ); in SetType()
|
H A D | exprtree.cxx | 153 pDef->SetType( bHasType ? eType : SbxEMPTY ); in AddSym() 170 pDef->SetType( eType ); in AddSym() 349 pDef->SetType( SbxOBJECT ); in Term() 367 pDef->SetType( SbxOBJECT ); in Term() 456 pDef->SetType( eType ); in ObjTerm() 471 pDef->SetType( SbxOBJECT ); in ObjTerm()
|
H A D | parser.cxx | 175 pProc_->SetType( pMethod->GetRuntimeFunctionReturnType() ); in CheckRTLForSym() 179 pProc_->SetType( pVar->GetType() ); in CheckRTLForSym() 186 pDef->SetType( eType ); in CheckRTLForSym() 827 pConst->SetType( SbxSTRING ); in addStringConst()
|
H A D | dim.cxx | 55 pDef->SetType( t ); in VarDecl() 186 rDef.SetType( eType ); in TypeDecl() 823 pDef->SetType( eType ); in ProcDecl() 940 pDef->SetType( SbxEMPTY ); in ProcDecl()
|
/trunk/main/svx/source/stbctrls/ |
H A D | zoomctrl.cxx | 192 case ZOOM_OPTIMAL: aZoom.SetType( SVX_ZOOM_OPTIMAL ); break; in Command() 193 case ZOOM_PAGE_WIDTH: aZoom.SetType( SVX_ZOOM_PAGEWIDTH ); break; in Command() 194 case ZOOM_WHOLE_PAGE: aZoom.SetType( SVX_ZOOM_WHOLEPAGE ); break; in Command()
|
/trunk/main/sw/inc/ |
H A D | section.hxx | 117 void SetType(SectionType const eNew) { m_eType = eNew; } in SetType() function in SwSectionData 195 void SetType(SectionType const eType) { return m_Data.SetType(eType); } in SetType() function in SwSection
|
H A D | usrfld.hxx | 65 inline void SetType(sal_uInt16); 92 inline void SwUserFieldType::SetType(sal_uInt16 nSub) in SetType() function in SwUserFieldType
|
H A D | expfld.hxx | 173 inline void SetType(sal_uInt16 nTyp); 208 inline void SwSetExpFieldType::SetType( sal_uInt16 nTyp ) in SetType() function in SwSetExpFieldType
|
/trunk/main/cui/source/dialogs/ |
H A D | zoom.cxx | 442 aZoomItem.SetType( SVX_ZOOM_OPTIMAL ); in IMPL_LINK() 444 aZoomItem.SetType( SVX_ZOOM_PAGEWIDTH ); in IMPL_LINK() 446 aZoomItem.SetType( SVX_ZOOM_WHOLEPAGE ); in IMPL_LINK()
|
H A D | linkdlg.cxx | 246 SetType( *pLink, nPos, LINKUPDATE_ALWAYS ); in IMPL_LINK_INLINE_END() 259 SetType( *pLink, nPos, LINKUPDATE_ONCALL ); in IMPL_LINK_INLINE_END() 297 SetType( *xLink, aPosArr[ n ], xLink->GetUpdateMode() ); in IMPL_LINK_INLINE_END() 677 void SvBaseLinksDlg::SetType( SvBaseLink& rLink, in SetType() function in SvBaseLinksDlg
|
/trunk/main/sw/source/ui/dialog/ |
H A D | uiregionsw.cxx | 265 m_SectionData.SetType( FILE_LINK_SECTION ); in SetFile() 269 m_SectionData.SetType( CONTENT_SECTION ); in SetFile() 291 m_SectionData.SetType( FILE_LINK_SECTION ); in SetFilter() 310 m_SectionData.SetType( FILE_LINK_SECTION ); in SetSubRegion() 314 m_SectionData.SetType( CONTENT_SECTION ); in SetSubRegion() 1304 pSectRepr->GetSectionData().SetType( DDE_LINK_SECTION ); in IMPL_LINK() 1356 rData.SetType(DDE_LINK_SECTION); in IMPL_LINK() 1371 rData.SetType(FILE_LINK_SECTION); in IMPL_LINK() 1842 aSection.SetType( aDDECB.IsChecked() ? in FillItemSet()
|
/trunk/main/cui/source/inc/ |
H A D | linkdlg.hxx | 50 using Window::SetType; 97 void SetType( sfx2::SvBaseLink& rLink, sal_uInt16 nPos, sal_uInt16 nType );
|
/trunk/main/sw/source/core/unocore/ |
H A D | unosect.cxx | 689 pSectionData->SetType(DDE_LINK_SECTION); in SetPropertyValues_Impl() 733 pSectionData->SetType(FILE_LINK_SECTION); in SetPropertyValues_Impl() 754 pSectionData->SetType(CONTENT_SECTION); in SetPropertyValues_Impl() 773 pSectionData->SetType(FILE_LINK_SECTION); in SetPropertyValues_Impl() 784 pSectionData->SetType(CONTENT_SECTION); in SetPropertyValues_Impl() 1630 pSectionData->SetType(CONTENT_SECTION); in setPropertyToDefault()
|
/trunk/main/basic/source/sbx/ |
H A D | sbxvalue.cxx | 718 else if( p->IsFixed() || p->SetType( (SbxDataType) ( rVal.eType & 0x0FFF ) ) ) in GET() 882 sal_Bool bRet = SetType( SbxEMPTY ); in PutEmpty() 889 sal_Bool bRet = SetType( SbxNULL ); in PutNull() 1030 sal_Bool SbxValue::SetType( SbxDataType t ) in SetType() function in SbxValue 1118 SetType( eTo ); in Convert() 1145 SetType( SbxNULL ); in Compute()
|
/trunk/main/basic/source/inc/ |
H A D | expr.hxx | 144 void SetType( SbxDataType eTp ) { eType = eTp; } in SetType() function in SbiExprNode 214 void SetType( SbxDataType eType){ pExpr->eType = eType; } in SetType() function in SbiExpression
|
H A D | symtbl.hxx | 142 virtual void SetType( SbxDataType ); 204 virtual void SetType( SbxDataType );
|
/trunk/main/basic/source/runtime/ |
H A D | step0.cxx | 964 refVar->SetType( SbxDataType(eType & 0x0FFF) ); in StepREDIMP_ERASE() 972 refVar->SetType( SbxEMPTY ); in StepREDIMP_ERASE() 979 refVar->SetType( SbxDataType(eType & 0x0FFF) ); in lcl_clearImpl() 1025 refVar->SetType( SbxEMPTY ); in lcl_eraseImpl()
|
/trunk/main/sw/source/filter/html/ |
H A D | htmldraw.cxx | 180 aAnchor.SetType( FLY_AT_FLY ); in InsertDrawObject() 186 aAnchor.SetType( FLY_AT_PAGE ); in InsertDrawObject() 196 aAnchor.SetType( FLY_AT_PARA ); in InsertDrawObject()
|
/trunk/main/sot/source/sdstor/ |
H A D | stgdir.cxx | 821 aRoot.SetType( STG_ROOT ); in StgDirStrm() 879 pCur->aEntry.SetType( STG_ROOT ); in SetupEntry() 1032 aEntry.SetType( eType ); in Create()
|