Columns.cxx (24acc546) Columns.cxx (bd656f79)
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

--- 102 unchanged lines hidden (view full) ---

111 DBG_ASSERT( (nPrefixPos != -1) || (nCompatiblePrefixPos != -1),
112 "::getColumnTypeByModelName() : wrong servivce !");
113
114 ::rtl::OUString aColumnType = (nPrefixPos != -1)
115 ? aModelName.copy(aModelPrefix.getLength())
116 : aModelName.copy(aCompatibleModelPrefix.getLength());
117
118 const StringSequence& rColumnTypes = getColumnTypes();
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

--- 102 unchanged lines hidden (view full) ---

111 DBG_ASSERT( (nPrefixPos != -1) || (nCompatiblePrefixPos != -1),
112 "::getColumnTypeByModelName() : wrong servivce !");
113
114 ::rtl::OUString aColumnType = (nPrefixPos != -1)
115 ? aModelName.copy(aModelPrefix.getLength())
116 : aModelName.copy(aCompatibleModelPrefix.getLength());
117
118 const StringSequence& rColumnTypes = getColumnTypes();
119 nTypeId = ::detail::findPos(aColumnType, rColumnTypes);
119 nTypeId = ::forms_detail::findPos(aColumnType, rColumnTypes);
120 }
121 return nTypeId;
122}
123
124/*************************************************************************/
125
126//------------------------------------------------------------------
127const Sequence<sal_Int8>& OGridColumn::getUnoTunnelImplementationId()

--- 480 unchanged lines hidden ---
120 }
121 return nTypeId;
122}
123
124/*************************************************************************/
125
126//------------------------------------------------------------------
127const Sequence<sal_Int8>& OGridColumn::getUnoTunnelImplementationId()

--- 480 unchanged lines hidden ---