/aoo4110/main/svx/source/form/ |
H A D | fmshell.cxx | 450 sal_uInt16 nIdentifier = 0; in Execute() local 454 nIdentifier = OBJ_FM_CHECKBOX; in Execute() 457 nIdentifier = OBJ_FM_BUTTON; in Execute() 460 nIdentifier = OBJ_FM_FIXEDTEXT; in Execute() 463 nIdentifier = OBJ_FM_LISTBOX; in Execute() 466 nIdentifier = OBJ_FM_EDIT; in Execute() 472 nIdentifier = OBJ_FM_GROUPBOX; in Execute() 475 nIdentifier = OBJ_FM_COMBOBOX; in Execute() 481 nIdentifier = OBJ_FM_GRID; in Execute() 493 nIdentifier = OBJ_FM_DATEFIELD; in Execute() [all …]
|
H A D | fmobjfac.cxx | 156 switch ( pObjFactory->nIdentifier ) in IMPL_LINK() 252 pObjFactory->pNewObj = new FmFormObj( sServiceSpecifier, pObjFactory->nIdentifier ); in IMPL_LINK() 254 pObjFactory->pNewObj = new FmFormObj( pObjFactory->nIdentifier ); in IMPL_LINK()
|
/aoo4110/main/svx/source/sdr/contact/ |
H A D | viewcontactofsdrcircobj.cxx | 75 const sal_uInt16 nIdentifier(GetCircObj().GetObjIdentifier()); in createViewIndependentPrimitive2DSequence() local 80 if(OBJ_CIRC == nIdentifier) in createViewIndependentPrimitive2DSequence() 95 const bool bCloseSegment(OBJ_CARC != nIdentifier); in createViewIndependentPrimitive2DSequence() 96 const bool bCloseUsingCenter(OBJ_SECT == nIdentifier); in createViewIndependentPrimitive2DSequence()
|
/aoo4110/main/sc/source/core/data/ |
H A D | userdat.cxx | 50 if ( pObjFactory->nIdentifier == SC_UD_OBJDATA ) in IMPL_LINK_INLINE_START() 52 else if ( pObjFactory->nIdentifier == SC_UD_IMAPDATA ) in IMPL_LINK_INLINE_START() 54 else if ( pObjFactory->nIdentifier == SC_UD_MACRODATA ) in IMPL_LINK_INLINE_START()
|
/aoo4110/main/reportdesign/source/ui/report/ |
H A D | dlgedfac.cxx | 60 switch( pObjFactory->nIdentifier ) in IMPL_LINK() 82 ,pObjFactory->nIdentifier); in IMPL_LINK() 84 if ( pObjFactory->nIdentifier == OBJ_DLG_HFIXEDLINE ) in IMPL_LINK()
|
/aoo4110/main/svx/inc/svx/ |
H A D | svdobj.hxx | 209 sal_uInt16 nIdentifier; member in SdrObjUserData 222 nIdentifier(nId), in SdrObjUserData() 227 nIdentifier(rData.nIdentifier), in SdrObjUserData() 234 sal_uInt16 GetId() const { return nIdentifier; } in GetId() 1162 sal_uInt16 nIdentifier; member in SdrObjFactory
|
/aoo4110/main/filter/inc/filter/msfilter/ |
H A D | msocximex.hxx | 189 sal_uInt16 nIdentifier; member in OCX_FontData 336 sal_uInt16 nIdentifier; member in OCX_ModernControl 422 sal_uInt16 nIdentifier; member in OCX_TabStrip 438 sal_uInt16 nIdentifier; member in OCX_Image 625 sal_uInt16 nIdentifier; member in OCX_MultiPage 707 sal_uInt16 nIdentifier; member in OCX_Page 784 sal_uInt16 nIdentifier; member in OCX_Frame 866 sal_uInt16 nIdentifier; member in OCX_UserForm 1129 sal_uInt16 nIdentifier; member in OCX_CommandButton 1246 sal_uInt16 nIdentifier; member in OCX_Label
|
/aoo4110/main/basctl/source/dlged/ |
H A D | dlgedfac.cxx | 72 (pObjFactory->nIdentifier >= OBJ_DLG_PUSHBUTTON) && in IMPL_LINK() 73 (pObjFactory->nIdentifier <= OBJ_DLG_TREECONTROL) ) in IMPL_LINK() 75 switch( pObjFactory->nIdentifier ) in IMPL_LINK()
|
/aoo4110/main/filter/source/msfilter/ |
H A D | msocximex.cxx | 2990 *pS >> nIdentifier; in Read() 3001 *pS >> nIdentifier; in Read() 3200 *pS >> nIdentifier; in Read() 3290 *pS >> nIdentifier; in Read() 3796 *pS >> nIdentifier; in Read() 3797 DBG_ASSERT(0x400==nIdentifier, in Read() 3864 *pS >> nIdentifier; in Read() 4061 *pS >> nIdentifier; in Read() 4970 *pS >> nIdentifier; in Read() 5183 *pS >> nIdentifier; in Read() [all …]
|
/aoo4110/main/sc/source/ui/drawfunc/ |
H A D | fuconuno.cxx | 47 nIdentifier = pIdentifierItem->GetValue(); in FuConstUnoControl() 139 pView->SetCurrentObj( nIdentifier, nInventor ); in Activate()
|
/aoo4110/main/sd/source/ui/func/ |
H A D | fuconuno.cxx | 93 nIdentifier = pIdentifierItem->GetValue(); in DoExecute() 175 mpView->SetCurrentObj( nIdentifier, nInventor ); in Activate()
|
/aoo4110/main/filter/source/graphicfilter/icgm/ |
H A D | classx.cxx | 53 long nIdentifier = ImplGetI( pElement->nIntegerPrecision ); in ImplDoClass6() local 54 switch ( nIdentifier ) in ImplDoClass6()
|
/aoo4110/main/svtools/source/filter/ |
H A D | filter2.cxx | 375 sal_Int32 nIdentifier; in ImpDetectJPG() local 376 rStm >> nIdentifier; in ImpDetectJPG() 377 if ( nIdentifier == 0x4a464946 ) // JFIF Identifier in ImpDetectJPG()
|
/aoo4110/main/xmloff/source/draw/ |
H A D | shapeexport.cxx | 1218 const sal_Int32 nIdentifier = aIdSequence[nIndex]; in ImpExportGluePoints() local 1219 if( (xGluePoints->getByIdentifier( nIdentifier ) >>= aGluePoint) && aGluePoint.IsUserDefined ) in ImpExportGluePoints() 1223 const OUString sId( OUString::valueOf( nIdentifier ) ); in ImpExportGluePoints()
|
/aoo4110/main/sw/source/core/draw/ |
H A D | dobjfac.cxx | 46 ASSERT( pObjFactory->nIdentifier == SwFlyDrawObjIdentifier, in IMPL_LINK()
|
/aoo4110/main/sd/source/core/ |
H A D | sdobjfac.cxx | 51 switch( pObjFactory->nIdentifier ) in IMPL_LINK()
|
/aoo4110/main/sc/source/ui/inc/ |
H A D | fuconuno.hxx | 40 sal_uInt16 nIdentifier; member in FuConstUnoControl
|
/aoo4110/main/svx/source/engine3d/ |
H A D | objfac3d.cxx | 74 switch ( pObjFactory->nIdentifier ) in IMPL_LINK()
|
/aoo4110/main/sd/source/ui/inc/ |
H A D | fuconuno.hxx | 71 sal_uInt16 nIdentifier; member in sd::FuConstructUnoControl
|
/aoo4110/main/sd/source/ui/unoidl/ |
H A D | unomodel.cxx | 1764 sal_uInt16 nIdentifier = rObject.GetObjIdentifier(); in ImplBegStructureTag() local 1769 if ( nIdentifier == OBJ_GRUP ) in ImplBegStructureTag() 1771 else if ( nIdentifier == OBJ_TITLETEXT ) in ImplBegStructureTag() 1773 else if ( nIdentifier == OBJ_OUTLINETEXT ) in ImplBegStructureTag()
|
/aoo4110/main/svx/source/gallery2/ |
H A D | galmisc.cxx | 102 if ( pObjFactory->nInventor == IV_IMAPINFO && pObjFactory->nIdentifier == ID_IMAPINFO ) in IMPL_LINK()
|
/aoo4110/main/basic/source/uno/ |
H A D | namecont.cxx | 2906 void SAL_CALL SfxLibraryContainer::broadcastVBAScriptEvent( sal_Int32 nIdentifier, const ::rtl::OUS… in broadcastVBAScriptEvent() argument 2910 switch( nIdentifier ) in broadcastVBAScriptEvent() 2923 vba::VBAScriptEvent aEvent( xSender, nIdentifier, rModuleName ); in broadcastVBAScriptEvent()
|
/aoo4110/main/svx/source/svdraw/ |
H A D | svdobj.cxx | 3203 nIdentifier=nIdent; in SdrObjFactory() 3214 nIdentifier=nIdent; in SdrObjFactory()
|
/aoo4110/main/basic/source/inc/ |
H A D | namecont.hxx | 529 …virtual void SAL_CALL broadcastVBAScriptEvent( sal_Int32 nIdentifier, const ::rtl::OUString& rModu…
|