sc.hrc (02c0dac2) | sc.hrc (1b1b70fb) |
---|---|
1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 23 unchanged lines hidden (view full) --- 32#endif 33 34#include "sfx2/sfxcommands.h" 35#include "svx/svxcommands.h" 36#include "sccommands.h" 37#include "helpids.h" 38 39#define VAR_ARGS 30 // variable Parameter in scfuncs.src | 1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 23 unchanged lines hidden (view full) --- 32#endif 33 34#include "sfx2/sfxcommands.h" 35#include "svx/svxcommands.h" 36#include "sccommands.h" 37#include "helpids.h" 38 39#define VAR_ARGS 30 // variable Parameter in scfuncs.src |
40#define PAIRED_VAR_ARGS (VAR_ARGS + VAR_ARGS) |
|
40 41#define RID_HANDLEBITMAP 10005 42 43// Bereiche ------------------------------------------------------------------ 44 45#define SC_VIEW_START (SID_SC_START) 46#define SC_VIEW_END (SID_SC_START + 99) 47#define SC_MESSAGE_START (SID_SC_START + 100) --- 1247 unchanged lines hidden --- | 41 42#define RID_HANDLEBITMAP 10005 43 44// Bereiche ------------------------------------------------------------------ 45 46#define SC_VIEW_START (SID_SC_START) 47#define SC_VIEW_END (SID_SC_START + 99) 48#define SC_MESSAGE_START (SID_SC_START + 100) --- 1247 unchanged lines hidden --- |