/aoo4110/main/basctl/source/basicide/ |
H A D | baside3.cxx | 382 sal_uInt16 nObj; in GetState() local 388 case OBJ_DLG_LISTBOX: nObj = SVX_SNAP_LISTBOX; break; in GetState() 389 case OBJ_DLG_COMBOBOX: nObj = SVX_SNAP_COMBOBOX; break; in GetState() 391 case OBJ_DLG_EDIT: nObj = SVX_SNAP_EDIT; break; in GetState() 394 case OBJ_DLG_PROGRESSBAR: nObj = SVX_SNAP_PROGRESSBAR; break; in GetState() 398 case OBJ_DLG_VFIXEDLINE: nObj = SVX_SNAP_VFIXEDLINE; break; in GetState() 399 case OBJ_DLG_DATEFIELD: nObj = SVX_SNAP_DATEFIELD; break; in GetState() 406 case OBJ_DLG_TREECONTROL: nObj = SVX_SNAP_TREECONTROL; break; in GetState() 407 default: nObj = 0; in GetState() 410 if( !nObj ) in GetState() [all …]
|
/aoo4110/main/basic/source/classes/ |
H A D | sb.cxx | 1040 for( sal_uInt16 nObj = 0; nObj < pObjs->Count(); nObj++ ) in implClearDependingVarsOnDelete() local 1042 SbxVariable* pVar = pObjs->Get( nObj ); in implClearDependingVarsOnDelete() 1269 for ( sal_uInt16 nObj = 0; nObj < pObjs->Count(); nObj++ ) in InitAllModules() local 1271 SbxVariable* pVar = pObjs->Get( nObj ); in InitAllModules() 1290 for ( sal_uInt16 nObj = 0; nObj < pObjs->Count(); nObj++ ) in DeInitAllModules() local 1292 SbxVariable* pVar = pObjs->Get( nObj ); in DeInitAllModules() 1911 sal_uInt16 nObj; in LoadData() local 1913 for( nObj = 0 ; nObj < nObjCount ; nObj++ ) in LoadData() 1915 SbxVariable* pVar = pObjs->Get( nObj ); in LoadData() 1919 for( nObj = 0 ; nObj < nObjCount ; nObj++ ) in LoadData() [all …]
|
H A D | eventatt.cxx | 279 for( sal_Int16 nObj = -1; nObj < nCount ; nObj++ ) in firing_impl() local 282 if( nObj == -1 ) in firing_impl() 288 SbxVariable* pVar = xLibSearchBasic->GetObjects()->Get( nObj ); in firing_impl()
|
/aoo4110/main/sw/source/core/view/ |
H A D | vdraw.cxx | 321 for( sal_uLong nObj = 0; nObj < nObjs; ++nObj ) in NotifySizeChg() local 323 SdrObject *pObj = pPage->GetObj( nObj ); in NotifySizeChg()
|
/aoo4110/main/sd/source/core/ |
H A D | drawdoc4.cxx | 1253 for (sal_uLong nObj = 0; nObj < pPage->GetObjCount(); nObj++) in RenameLayoutTemplate() local 1255 SdrObject* pObj = pPage->GetObj(nObj); in RenameLayoutTemplate() 1299 for (sal_uLong nObj = 0; nObj < pPage->GetObjCount(); nObj++) in RenameLayoutTemplate() local 1301 SdrObject* pObj = pPage->GetObj(nObj); in RenameLayoutTemplate()
|
H A D | sdpage2.cxx | 156 for (sal_uLong nObj = 0; nObj < nObjCount; nObj++) in SetPresentationLayout() local 158 SdrTextObj* pObj = (SdrTextObj*) GetObj(nObj); in SetPresentationLayout()
|
H A D | drawdoc2.cxx | 280 for (sal_uLong nObj = 0; nObj < nObjCount; nObj++) in UpdatePageObjectsInNotes() local 282 pObj = pPage->GetObj(nObj); in UpdatePageObjectsInNotes()
|
H A D | drawdoc3.cxx | 1152 for (sal_uLong nObj = nCountBefore; nObj < nCount; nObj++) in InsertBookmarkAsObject() local 1159 if (pPage->GetObj(nObj)) in InsertBookmarkAsObject() 1161 pPage->GetObj(nObj)->SetName(aExchangeName); in InsertBookmarkAsObject()
|
H A D | sdpage.cxx | 1909 for (sal_uLong nObj = 0; nObj < nObjCnt; nObj++) in ScaleObjects() local 1914 pObj = GetObj(nObj); in ScaleObjects()
|
/aoo4110/main/sc/source/ui/drawfunc/ |
H A D | futext.cxx | 627 sal_uInt16 nObj = OBJ_TEXT; in Activate() local 633 pView->SetCurrentObj(nObj); in Activate() 703 sal_uInt16 nObj = OBJ_TEXT; in SelectionHasChanged() local 724 pView->SetCurrentObj(nObj); in SelectionHasChanged()
|
H A D | drawsh.cxx | 380 sal_uLong nObj = pOL->GetObjCount(); in ExecuteMacroAssign() local 381 for ( sal_uLong index=0; index<nObj; ++index ) in ExecuteMacroAssign()
|
/aoo4110/main/sc/source/filter/excel/ |
H A D | excrecds.cxx | 972 for( SCCOL nObj = 0, nCount = pFilterInfo->GetColCount(); nObj < nCount; nObj++ ) in AddObjRecs() local 974 XclObj* pObjRec = new XclObjDropDown( GetObjectManager(), aAddr, IsFiltered( nObj ) ); in AddObjRecs()
|
/aoo4110/main/sd/source/ui/app/ |
H A D | sdxfer.cxx | 350 for( sal_uLong nObj = 0, nObjCount = pPage->GetObjCount(); nObj < nObjCount; nObj++ ) in CreateData() local 352 SdrObject* pObj = pPage->GetObj( nObj ); in CreateData()
|
/aoo4110/main/basic/source/basmgr/ |
H A D | basmgr.cxx | 2259 for( sal_Int16 nObj = 0; nObj < nCount ; nObj++ ) in hasElements() local 2261 SbxVariable* pVar = mpLib->GetObjects()->Get( nObj ); in hasElements() 2300 for( sal_Int16 nObj = 0; nObj < nCount ; nObj++ ) in getElementNames() local 2302 SbxVariable* pVar = mpLib->GetObjects()->Get( nObj ); in getElementNames()
|
/aoo4110/main/svx/source/engine3d/ |
H A D | view3d.cxx | 1779 sal_uIntPtr nObj = 0; in MergeScenes() local 1780 SdrObject *pObj = GetMarkedObjectByIndex(nObj); in MergeScenes() 1845 nObj++; in MergeScenes() 1847 if (nObj < nCount) in MergeScenes() 1849 pObj = GetMarkedObjectByIndex(nObj); in MergeScenes()
|
/aoo4110/main/sd/source/ui/view/ |
H A D | DocumentRenderer.cxx | 1765 sal_uInt32 nObj (0); in PrepareOutline() local 1767 while (pTextObj==NULL && nObj < pPage->GetObjCount()) in PrepareOutline() 1769 SdrObject* pObj = pPage->GetObj(nObj++); in PrepareOutline() 1789 nObj = 0; in PrepareOutline() 1791 while (pTextObj==NULL && nObj<pPage->GetObjCount()) in PrepareOutline() 1793 SdrObject* pObj = pPage->GetObj(nObj++); in PrepareOutline()
|
/aoo4110/main/svx/source/svdraw/ |
H A D | svdedtv2.cxx | 2106 sal_uIntPtr nObj=nInsPos; in DoImportMarkedMtf() local 2121 AddUndo(GetModel()->GetSdrUndoFactory().CreateUndoNewObject(*pOL->GetObj(nObj))); in DoImportMarkedMtf() 2124 SdrObject* pCandidate = pOL->GetObj(nObj); in DoImportMarkedMtf() 2140 nObj++; in DoImportMarkedMtf()
|
H A D | svdpage.cxx | 828 sal_Int32 nObj = GetObjCount(); in FlattenGroups() local 830 for( i=nObj-1; i>=0; --i) in FlattenGroups()
|
/aoo4110/main/filter/source/msfilter/ |
H A D | msdffimp.cxx | 5874 sal_uInt16 nObj; in CheckTxBxStoryChain() local 5875 for( nObj = 0; nObj < nCnt; ++nObj ) in CheckTxBxStoryChain() 5877 SvxMSDffShapeInfo* pObj = pOld->GetObject( nObj ); in CheckTxBxStoryChain() 5891 if( nObj ) in CheckTxBxStoryChain() 5892 pOld->GetObject( nObj-1 )->bLastBoxInChain = sal_True; in CheckTxBxStoryChain() 5894 nObjMark = nObj; in CheckTxBxStoryChain() 5908 for( sal_uInt16 nObj2 = nObjMark; nObj2 < nObj; ++nObj2 ) in CheckTxBxStoryChain() 5926 if( nObj ) in CheckTxBxStoryChain() 5927 pOld->GetObject( nObj-1 )->bLastBoxInChain = sal_True; in CheckTxBxStoryChain()
|
/aoo4110/main/vcl/source/gdi/ |
H A D | pdfwriter_impl.hxx | 513 PDFStructureElementKid( sal_Int32 nObj ) : nObject( nObj ), nMCID( -1 ) {} in PDFStructureElementKid()
|
H A D | pdfwriter_impl.cxx | 6626 AnnotationSortEntry( sal_Int32 nTab, sal_Int32 nObj, sal_Int32 nI ) : in AnnotationSortEntry() 6628 nObject( nObj ), in AnnotationSortEntry()
|
/aoo4110/main/sw/source/core/doc/ |
H A D | doctxm.cxx | 1509 long nObj = ::lcl_IsSOObject( aTmpName ); in UpdateCntnt() local 1510 bInclude = ( (nMyOLEOptions & nsSwTOOElements::TOO_OTHER) && 0 == nObj) in UpdateCntnt() 1511 || (0 != (nMyOLEOptions & nObj)); in UpdateCntnt()
|
/aoo4110/main/svx/source/accessibility/ |
H A D | AccessibleShape.cxx | 1663 const sal_Int32 nObj = pGrpList->GetObjCount(); in getGroupPosition() local 1664 for(sal_Int32 i = 0 ; i < nObj ; ++i) in getGroupPosition()
|